HTML and CSS Reference
In-Depth Information
That's 22x25px measured, which you can add in
the new container called content .
#page div.content {
padding:22px 25px;
}
Save style.css and update the HTML code:
<div id=”page”>
<div class=”container”>
<div class=”content”>
</div><!-- end .content -->
</div><!-- end .container -->
</div><!-- end #page -->
Code the #hello
8
Switch back to Monoplate and have a look at the
#hello container just a little bit before moving to
writing any code.
Search WWH ::




Custom Search