Loading
Current section: Mobile First 5 exercises
Problem

Structural Layout

Loading exercise

Transcript

00:00 Let's start with the structural layout of our page. As you can see in the instructions here, we need to have two div wrappers, and this references to the container wrapper and then the common layout wrapper that we discussed just before. Here you're going to create these two wrapping div to create the layout design,

00:18 and then make sure that our content section, which is the logo, heading, and paragraph is one common child of this layout wrapper. Once you've done that and it's set up properly, we'll be able to focus on finally starting to style things the way we want.