Many websites use a "wrapper div" to center the page in the middle of the site and contain the layout to a specific width. In this video, we'll learn how to use auto margins and the max-width property to center our page and contain it.
Teacher's Notes
Questions? 16
Video Transcript
Downloads
CSS Properties
max-width - Sets the maximum width of an element. Accepts any CSS length unit.
margin - Sets the space around the exterior four sides of an element. Accepts any CSS length unit.
padding - Sets the space on the interior four sides of an element. Accepts any CSS length unit.