foundation
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Title : Foundation
Version : 1.0
Released : 20070503
Description: A three-column with variable width design suitable for large blogs or community websites.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Foundation by Free Css Templates</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<style type='text/css'>
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
margin: 0;
padding: 0;
}
body {
background: #FFFFFF url(foundation-images/img1.jpg) repeat-x;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
color: #666666;
}
h1, h2, h3 {
color: #000000;
}
p, blockquote, ul, ol {
margin-bottom: 1.8em;
line-height: 180%;
}
a {
color: #000000;
}
a:hover {
text-decoration: none;
}
.boxed {
padding: 20px;
background: url(foundation-images/img3.jpg) repeat-x;
}
.heading {
margin-bottom: 40px;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 12px;
}
/* Header */
#header {
width: 660px;
height: 180px;
margin: 0 auto;
background: url(foundation-images/img2.jpg) no-repeat;
text-align: center;
}
#header a {
text-decoration: none;
text-transform: uppercase;
color: #000000;
}
#header h1 {
padding-top: 50px;
letter-spacing: 4px;
font-size: 36px;
}
#header h2 {
letter-spacing: 8px;
font-size: 14px;
}
/* Columns */
#left {
float: left;
width: 240px;
margin-left: 10px;
}
#right {
float: right;
width: 220px;
margin-right: 10px;
}
#left ul, #left ol, #right ul, #right ol {
list-style-position: inside;
}
#left li, #right li {
margin-bottom: 1.5em;
}
#center {
margin: 0 240px 0 260px;
}
#center ul, #center ol {
margin-left: 3em;
}
/* Footer */
#footer {
background: url(foundation-images/img3.jpg) repeat-x;
text-align: center;
font-size: 77%;
color: #000000;
}
#legal {
margin: 0;
padding: 20px 0 0 0;
line-height: normal;
}
#links {
margin: 0;
padding: 20px 0;
line-height: normal;
}
</style>
</head>
<body>
<div id="header">
<h1><a href="#">Foundation</a></h1>
<h2><a href="http://www.freecsstemplates.org/">By Free CSS Templates</a></h2>
</div>
<div id="left">
<div id="menu" class="boxed">
<h2 class="heading">Pages</h2>
<ul>
<li class="first"><a href="#" title="">About Us</a></li>
<li><a href="#" title="">Products</a></li>
<li><a href="#" title="">Services</a></li>
<li><a href="#" title="">Clients</a></li>
<li><a href="#" title="">Support</a></li>
</ul>
</div>
</div>
<!-- end #left -->
<div id="right">
<div class="boxed">
<h2 class="heading">Lorem Ipsum Dolor </h2>
<ul>
<li>In posuere eleifend odio quisque semper augue mattis wisi. <a href="#">Maecenas ligula…</a></li>
<li>Donec leo, vivamus fermentum nibh in augue praesent a lacus at. <a href="#">Urna congue rutrum…</a></li>
<li>Quisque dictum integer nisl risus, sagittis convallis, rutrum id. <a href="#">Congue and nibh…</a></li>
</ul>
</div>
</div>
<!-- end #right -->
<div id="center">
<div class="boxed">
<h1 class="heading">Welcome to Foundation!</h1>
<p><strong>Foundation</strong> is a free template from <a href="http://www.freecsstemplates.org/">Free CSS Templates</a> released under a <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a>. The photo is from <a href="http://www.pdphoto.org/">PDPhoto.org</a>. You're free to use it for both commercial or personal use. I only ask that you link back to my site in some way. <em>Enjoy :)</em></p>
<p>An unordered list example:</p>
<ul>
<li>List item number one</li>
<li>List item number two</li>
<li>List item number three </li>
</ul>
</div>
</div>
<!-- end #center -->
<div style="clear: both;"> </div>
<div id="footer">
<p id="legal">Copyright © 2007 Foundation. All Rights Reserved. Designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
<p id="links"><a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a></p>
</div>
</body>
</html>
Related examples in the same category