Most page layouts will begin with some common fundamentals...
- Use a container
divto encompass all page content - Style the
divwithmax-widthto control line lengths from getting too wide. Choose somewhere between 900-1024px for your page designmax-width - Center the page content in wide viewports with
margin:auto;.