free-css-lunch : Design 5 « Templates « HTML / CSS






free-css-lunch

    

<!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>
<title>Free CSS Lunch</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<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;
}
#header {
  height:268px;
  background:url(free-css-lunch-images/hd_bg.jpg) no-repeat;
}
#footer {
  height:202px;
  background:url(free-css-lunch-images/ft.gif) no-repeat;
  clear:both;
  text-align:center;
  color:#FFF;
}
#footer a {
  color:#FFF;
}
#footer a:hover {
  color:#FFF;
  text-decoration:underline
}
#ftlink {
  padding-top:100px;
}
#ftlink, #copyright {
  padding-bottom:8px;
}
.inner {
  padding:0 40px;
}
#content h2 {
  color:#f5c715;
  font-size:32px;
  padding-bottom:10px;
}
#content img {
  float:left;
}
#content p {
  float:right;
  width:530px;
  padding-top:10px;
}
#content .blog {
  float:left;
  width:219px;
  padding-bottom:20px;
  padding-right:20px;
}
#content .blog h2 {
  float:left;
  font-size:24px;
  padding-bottom:10px;
  padding-left:27px;
}
#content .blog p {
  width:190px;
}
#content p.qoute {
  float:left;
  background:url(free-css-lunch-images/quote.gif) no-repeat;
  height:58px;
  width:219px;
}
#content p.qoute span {
  display:block;
  height:58px;
  width:180px;
  padding:0 0 0 40px;
}
.clearfix {
  clear:both;
}
.line {
  clear:both;
  background:url(free-css-lunch-images/line.gif);
  height:13px;
}
#logo {
  font-size:20px;
  margin-left:270px;
  padding-top:25px;
  padding-left:50px;
  background:url(free-css-lunch-images/logo.gif) no-repeat 0 20px;
  height:47px;
}
#slogan {
  color:#876b00;
  padding-left:320px;
  margin-top:-25px;
}
ul#nav {
  float:right;
  margin-top:-3px;
  width:150px;
}
ul#nav a {
  color:#6f1900;
  font-weight:700;
}
ul#nav a:hover {
  color:#000;
  
}
ul#nav li {
  line-height:30px;
}

</style>


<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="wrap">
  <div id="header">
    <h1 id="logo"> Free CSS Lunch </h1>
    <div id="slogan">short slogan here </div>
    <ul id="nav">
      <li><a href="http://www.free-css.com/">Home</a></li>
      <li><a href="http://www.free-css.com/">About us</a></li>
      <li><a href="http://www.free-css.com/">Production</a></li>
      <li><a href="http://www.free-css.com/">Submission</a></li>
      <li><a href="http://www.free-css.com/">Contact</a></li>
    </ul>
  </div>
  <div id="content">
    <div class="inner">
      <h2>Free CSS Templates</h2>
      <img src="free-css-lunch-images/content.jpg" alt="" />
      <p>This is Free CSS Lunch, a free, fully standards-compliant CSS template designed by Free CSS Templates. This free template is released under a Creative Commons Attributions 2.5 license, so youre 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="line"></div>
    <div class="inner">
      <div class="blog">
        <h2>Blog #1</h2>
        <p class="qoute"><span>Designed by Free CSS Templates</span> </p>
        <p>This is Free CSS Templates, a free, fully standards-compliant CSS template designed by Free CSS Templates. The photos in this design are from PDPhoto.org. This free template is released under a Creative Commons Attributions 2.5 license, so youre 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="blog">
        <h2>Blog #2</h2>
        <p class="qoute"><span>Designed by Free CSS Templates</span></p>
        <p>This is Free CSS Templates, a free, fully standards-compliant CSS template designed by Free CSS Templates. The photos in this design are from PDPhoto.org. This free template is released under a Creative Commons Attributions 2.5 license, so youre 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="blog">
        <h2>Blog #3</h2>
        <p class="qoute"><span>Designed by Free CSS Templates</span> </p>
        <p>This is Free CSS Templates, a free, fully standards-compliant CSS template designed by Free CSS Templates. The photos in this design are from PDPhoto.org. This free template is released under a Creative Commons Attributions 2.5 license, so youre 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>
  </div>
  <div id="footer">
    <div id="ftlink"> <a href="http://www.free-css.com/">Home</a> | <a href="http://www.free-css.com/">About Us</a> | <a href="http://www.free-css.com/">Production</a> | <a href="http://www.free-css.com/">Submission</a> | <a href="http://www.free-css.com/">Contact</a> </div>
    <p id="copyright"> 2008. All Rights Reserved. <br/>
      Designed by <a href="http://www.free-css-templates.com/">Free CSS Templates</a>, Thanks to <a href="http://www.dubaiapartments.biz/">Dubai Apartments</a></p>
    <div id="xhtml"><img src="free-css-lunch-images/xhtml.jpg" alt="" /> <img src="free-css-lunch-images/css.jpg" alt="" /></div>
  </div>
</div>
</body>
</html>

   
    
    
    
  








Related examples in the same category

1.d-tv
2.dogstemplate
3.domesticated
4.dottis
5.duet-plasma
6.dusky
7.dusplic
8.dynamic
9.dzine
10.eastern-tales
11.easybreeze
12.easymoto
13.eatlon
14.ebullient
15.echo
16.ecolution-warrior
17.ecom-1
18.edgy
19.edy-builders
20.efflorescence
21.elements
22.elitecircle1-0
23.emblazoned
24.embouteillage
25.emerald
26.emergence
27.emperor
28.empireserver
29.emporium
30.enclosed
31.endless
32.energybox
33.enlight
34.enlighten1-0
35.enormous
36.enter
37.enthusiastica
38.entomology
39.envision1-0
40.epod
41.equivalency
42.ergophobia
43.established
44.etags
45.euphonics
46.europe
47.everydayseries
48.evolution
49.exalted
50.excess
51.excursus
52.Executive Template
53.executive
54.Exotic_Blue
55.Exotic_Red
56.fotografix
57.fotolandia
58.foundation
59.foxy
60.fractalbroccoli
61.fragrance
62.frankincense
63.freches-fruechtchen
64.freecsstemplate 55
65.freecsstemplateno57
66.freecsswebsitetemplate39
67.freecss_greentextile
68.freecss_modern
69.freecss_monolit
70.freecss_redleaves
71.freecss_set
72.freeport
73.freeradicals
74.freestyle
75.frozenage
76.ftd-redblack
77.ftdbusiness
78.ftdcinema
79.ftddrops
80.ftdExplosionBlue
81.ftditight
82.ftdkiwi
83.ftdlagoon
84.ftdLight
85.ftdLightBlue
86.ftdluminescent
87.ftdMoonLight
88.ftdprime
89.ftdspace
90.ftdvivid
91.ftdworld
92.funkytimes
93.funride
94.futuremag-aio
95.fword_three
96.galaxy
97.gallerize
98.gamberetto
99.gameportal
100.Ganesh01
101.gastropoda
102.gathering14
103.gazebo
104.gconsultant
105.general
106.genesis
107.genghiskahn
108.genius_web
109.gentle_wiki
110.geoforce
111.gestured
112.gift-gallery
113.giftig-gruen
114.gila
115.glazed
116.godetia
117.godofgates
118.GoFlexible
119.goinggrey
120.gradientis
121.grandenally
122.grandhost
123.GraniteGlass
124.greefies