Percentage based layout - basic
This page is a demo for various layout tests to demonstrate how various CSS units affect browser zoomes.
This page's code
This variation has a very basic percentage approach, applying max-width on the main container:
.wrapper {
max-width: 1000px;
}