Line 16: | Line 16: | ||
#content {width: 100%;margin: 0; padding: 0; background-color: blue;} | #content {width: 100%;margin: 0; padding: 0; background-color: blue;} | ||
− | /***** Page CSS *****/ | + | /***** Normalize *****/ |
+ | |||
+ | html { | ||
+ | -ms-text-size-adjust: 100%; | ||
+ | -webkit-text-size-adjust: 100%; | ||
+ | } | ||
+ | /***** Page CSS ******/ | ||
+ | |||
+ | * { | ||
+ | -webkit-box-sizing: border-box; | ||
+ | -moz-box-sizing: border-box; | ||
+ | box-sizing: border-box | ||
+ | } | ||
− | .page {margin:auto; padding: 0; | + | .page {margin:auto; padding: 0; width: 1200px;} |
/***** Navigation ****/ | /***** Navigation ****/ |
Revision as of 14:11, 27 September 2016