stamp
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>title</title>
<style type='text/css'>
body {
text-align:center;
}
a {
text-decoration:none;
}
a:hover {
text-decoration: underline;
}
#wrap {
width:800px;
text-align:left;
margin:0 auto;
}
.float-l {
float:left
}
.folat-r {
float:right
}
.clearfix {
clear:both
}
/* header */
#header {
background:url(stamp-images/header.gif) no-repeat;
height:208px
}
#header h1 {
font-size:38px;
padding-top: 32px;
padding-left: 80px;
}
#header h1 span {
font-size:16px
}
ul#nav {
position:absolute;
top:163px;
padding-left:80px;
overflow:hidden;
}
ul#nav li {
float:left;
height:50px;
}
ul#nav li a {
color:#fff;
font-weight:700;
height:50px;
padding:0px 35px;
line-height:32px
}
ul#nav li a:hover {
background:url(stamp-images/nav_hover.gif) no-repeat;
height:40px;
padding:8px 35px;
line-height:32px
}
/* content */
#content {
background:url(stamp-images/content.gif) no-repeat;
height:246px;
padding:10px 30px;
}
#content .left {
width:500px
}
#content h2 {
font-size:30px
}
#content p {
padding:30px 0px;
}
#content .right {
width: 170px;
padding-top: 30px;
}
ul#meun {
text-align:left;
float:left
}
ul#meun li {
list-style:url(stamp-images/arrow.gif) inside;
line-height:19px
}
/* blog */
#blog {
background:url(stamp-images/blog.gif) no-repeat;
height:237px;
padding:20px 30px 0 40px;
}
.blog {
float:left;
width:200px;
padding:0 20px
}
.blog h2 {
font-size:24px;
padding-bottom: 20px;
}
.blog .quote {
color:#5795c3
}
/* footer */
#footer {
background:url(stamp-images/footer.gif) no-repeat;
height:109px;
text-align:center;
padding-top:50px
}
#ftlink, #copyright {
padding-bottom:8px;
}
</style>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="wrap">
<div id="header">
<h1>Stamp <span>short slogan here</span></h1>
<ul id="nav">
<li><a href="#">Home</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Production</a></li>
<li><a href="#">Submission</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<!-- /header -->
<div id="content">
<div class="left float-l">
<h2>Free CSS Templates</h2>
<p>This is Stamp, a free, fully standards-compliant CSS template designed by <a href="http://www.free-css-templates.com/">Free CSS Templates</a>.
This free template is released under a Creative Commons Attributions 2.5 license, so you?re pretty much free to do whatever you want with it (even use it commercially) provided you keep the links in the footer intact. Aside from that, have fun with it :) </p>
</div>
<div class="right folat-r">
<h2>Sections</h2>
<ul id="meun">
<li><a href="#">Home</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Production</a></li>
<li><a href="#">Submission</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
<div id="blog">
<div class="blog">
<h2>Blog #1</h2>
<p class="quote">Lorem Ipsum is not text It has roots in of classical </p>
<p>This is Stamp, a free, fully standards-compliant CSS template designed by <a href="http://www.free-css-templates.com/">Free CSS Templates</a>... </p>
</div>
<div class="blog">
<h2>Blog #1</h2>
<p class="quote">Lorem Ipsum is not text It has roots in of classical </p>
<p>This is Stamp, a free, fully standards-compliant CSS template designed by <a href="http://www.free-css-templates.com/">Free CSS Templates</a>... </p>
</div>
<div class="blog">
<h2>Blog #1</h2>
<p class="quote">Lorem Ipsum is not text It has roots in of classical </p>
<p>This is Stamp, a free, fully standards-compliant CSS template designed by <a href="http://www.free-css-templates.com/">Free CSS Templates</a>... </p>
</div>
</div>
<!-- /content -->
<div id="footer">
<div id="ftlink"> <a href="#">Home</a> | <a href="#">About Us</a> | <a href="#">Production</a> | <a href="#">Submission</a> | <a href="#">Contact</a> </div>
<p id="copyright"> 2008. All Rights Reserved.
<a href="http://www.templatesold.com/" target="_blank">Website Templates</a> by <a href="http://www.free-css-templates.com/" target="_blank">Free CSS Templates</a></p>
<div id="xhtml"><img src="stamp-images/xhtml.jpg" alt=" xhtml vaild" /> <img src="stamp-images/css.jpg" alt="css vaild" /></div>
</div>
<!-- /footer -->
</div>
</body>
</html>
Related examples in the same category