From the course: Interactive Animations with CSS and JavaScript

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Create a dynamic layout with flexbox

Create a dynamic layout with flexbox

From the course: Interactive Animations with CSS and JavaScript

Start my 1-month free trial

Create a dynamic layout with flexbox

- [Instructor] As you can see I've done some cleanup since the last video. I've removed the odd background colors, and I've added that border in so it was just a little bit of CSS stuff that I didn't think I needed to show you. See you'd want to start with the exercise files for this video rather than continuing with the old ones if you haven't picked that up yet. So the first thing I'd like to do now is make this slide resemble the slide in the mock-up more closely so that means I need to fix the text, add the actual images in and create this what I call a chooser component. It's gonna be a component that will display multiple images and give the user at least the illusion that they're picking one. So, let's go ahead in and go to the source code here, and we will fix up our text. So let's go into html and we'll get rid of this text, and we'll say which shape then go ahead and duplicate this line. Doesn't belong. Save that off and go back to my presentation. Refresh okay so we have…

Contents