HTML and CSS Reference
In-Depth Information
Chapter 3 shows the IE hack to thave the gradient
background, but Monoplate doesn't use it.
Code the #logo
5
Get the logo from Monoplate and create a new PSD
document with it. Afterwards save it as a logo.png
image inside the /images folder.
The HTML to include it is easy:
<div id=”header”>
<div class=”container”>
<div id=”logo”>
<h3 class=”incl”><a href=”#” title=”#”>Monoplate</a></h3>
</div><!-- end #logo -->
<div id=”menu”>
</div><!-- end #menu -->
<div class=”cl”></div>
</div><!-- end .container -->
</div><!-- end #header -->
Simple, no?
 
Search WWH ::




Custom Search