Design with Markercss
After Markercss incorporate into your website we present an example of the operation:
-
Base 12px Arial and font family
-
A container centering 960px wide x high variable that will contain the menu header and content (Sample yellow)
-
A header from 900px wide x 150px tall, centered within the container included
- A menu of 900px wide x 80px high, centered in the container included
- 900px content width x height variable, a bottom margin of 50px, centered layer included in the container
- A foot of 100% browser width x 80px high, centered in the container included
<body class="A s12">
<div class="ma w960">
<div class="rl w900 h150 ml30"></div>
<div class="rl w900 h80 ml30"></div>
<div class="rl w900 mb50 ml30"></div>
</div>
<div class="r ww h80"></div>
</body>