logistix : Design 9 « Templates « HTML / CSS






logistix

    

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Logistix</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type='text/css'>
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF url(logistix-images/img01.jpg) repeat-x;
  font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
  color: #666666;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #F49500;
}

h2 {
  text-transform: uppercase;
  font-size: 18px;
}

h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}

p, blockquote, ul, ol {
  line-height: 18px;
  text-align: justify;
}

blockquote {
  padding-left: 20px;
  background: url(logistix-images/img05.gif) repeat-y;
}

a {
  color: #F49500;
}

a:hover {
  text-decoration: none;
}

/* Header */

#header {
  width: 760px;
  height: 180px;
  margin: 0 auto;
  background: url(logistix-images/img02.jpg);
}

#header h1, #header h2 {
  text-transform: lowercase;
  font-weight: normal;
  color: #FFFFFF;
}

#header h1 {
  float: left;
  padding: 120px 0 0 20px;
  font-size: 36px;
}

#header h2 {
  float: right;
  padding: 134px 20px 0 0;
  font-size: 22px;
}

/* Menu */

#menu {
  width: 760px;
  height: 50px;
  margin: 0 auto;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu li {
  display: inline;
}

#menu a {
  display: block;
  float: left;
  padding: 17px 20px 0 20px;
  background: url(logistix-images/img03.gif) no-repeat;
  text-transform: uppercase;
  text-decoration: none;
  font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #D8D8D8;
}

#menu a:hover {
  color: #FFFFFF;
}

#menu .first a {
  background: none;
}

/* Content */

#content {
  width: 720px;
  margin: 0 auto 20px auto;
  padding: 20px;
  background: #FFFFFF url(logistix-images/img04.jpg) repeat-x left bottom;
}

/* Posts */

#posts {
  float: left;
  width: 480px;
}

/* Links */

#links {
  float: right;
  width: 200px;
  padding-left: 20px;
  background: url(logistix-images/img05.gif) repeat-y;
}

#links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#links li ul {
  padding: 5px 0 30px 0;
}

#links li li {
  padding: 7px 10px;
  background: url(logistix-images/img06.gif) repeat-x left bottom;
}

#links li a {
  text-decoration: none;
}

#links li a:hover {
  text-decoration: underline;
}

#links li i {
  font-style: normal;
  font-size: 9px;
}

#links li h2 {
  font-size: 14px;
}

/* Footer */

#footer {
  height: 100px;
  padding: 20px;
  background: #2D2D2D url(logistix-images/img07.gif) repeat-x;
}

#footer p {
  text-align: center;
  color: #999999;
}

</style>


</head>
<body>
<div id="header">
  <h1>Logistix</h1>
  <h2><a href="http://www.free-css.com/">Free CSS Templates</a></h2>
</div>
<!-- end #header -->
<div id="menu">
  <ul>
    <li class="first"><a href="http://www.free-css.com/" accesskey="1">Home</a></li>
    <li><a href="http://www.free-css.com/" accesskey="2">Our Services</a></li>
    <li><a href="http://www.free-css.com/" accesskey="3">Our Products</a></li>
    <li><a href="http://www.free-css.com/" accesskey="4">Customer Support</a></li>
    <li><a href="http://www.free-css.com/" accesskey="5">Contact Us</a></li>
  </ul>
</div>
<!-- end #menu -->
<div id="content">
  <div id="posts">
    <div class="post">
      <h2 class="title">Welcome to Logistix!</h2>
      <div class="story">
        <p><strong>Logistix</strong> is a free template from Free CSS Templates released under a <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a>. The  photo is from PDPhoto.org. 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><strong>Enjoy :)</strong></em></p>
      </div>
    </div>
    <div class="post">
      <h2 class="title">A Few Examples of Common Tags</h2>
      <div class="story">
        <p><strong></strong>This is an example of a paragraph followed by a blockquote. In posuere eleifend odio. Quisque semper augue mattis wisi. Maecenas ligula. Pellentesque viverra vulputate enim. Aliquam erat volutpat lorem ipsum dolorem.</p>
        <blockquote>
          <p>Pellentesque tristique ante ut risus. Quisque dictum. Integer nisl risus, sagittis convallis, rutrum id, elementum congue, nibh. Suspendisse dictum porta lectus. Donec placerat odio</p>
        </blockquote>
        <h3>Heading Level Three</h3>
        <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>
        <p>An ordered list example:</p>
        <ol>
          <li>List item number one</li>
          <li>List item number two</li>
          <li>List item number three</li>
        </ol>
      </div>
    </div>
  </div>
  <!-- end #posts -->
  <div id="links">
    <ul>
      <li>
        <h2>News &amp; Updates</h2>
        <ul>
          <li><a href="http://www.free-css.com/">February 2007</a> <i>(22)</i></li>
          <li><a href="http://www.free-css.com/">January 2007</a> <i>(31)</i></li>
          <li><a href="http://www.free-css.com/">December 2006</a> <i>(31)</i></li>
          <li><a href="http://www.free-css.com/">November 2006</a> <i>(30)</i></li>
          <li><a href="http://www.free-css.com/">October 2006</a> <i>(31)</i></li>
        </ul>
      </li>
      <li>
        <h2>Lorem Ipsum Dolor</h2>
        <ul>
          <li><a href="http://www.free-css.com/">Donec Dictum Metus</a></li>
          <li><a href="http://www.free-css.com/">Etiam Rhoncus Volutpat</a></li>
          <li><a href="http://www.free-css.com/">Integer Gravida Nibh</a></li>
          <li><a href="http://www.free-css.com/">Maecenas Luctus Lectus</a></li>
          <li><a href="http://www.free-css.com/">Mauris Vulputate Dolor Nibh</a></li>
          <li><a href="http://www.free-css.com/">Nulla Luctus Eleifend</a></li>
          <li><a href="http://www.free-css.com/">Posuere Augue Sit Nisl</a></li>
        </ul>
      </li>
    </ul>
  </div>
  <!-- end #links -->
  <div style="clear: both;">&nbsp;</div>
</div>
<!-- end #content -->
<div id="footer">
  <p id="legal">Copyright &copy; 2007 Logistix. Designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a></p>
</div>
<!-- end #footer -->
</body>
</html>

   
    
    
    
  








Related examples in the same category

1.grid-system
2.grotesqueart
3.grunge-superstar-website-template
4.guarantee
5.guideline
6.gumamela
7.gunmetal
8.h-free-software
9.h2o-bubbles
10.halcyon
11.hanging
12.hapal
13.happy_template
14.hardwarestore
15.hawaiblomst
16.heatwave
17.HelloLand
18.hexahedron
19.hibiscus
20.hifinews
21.HigherGround11
22.highmountains
23.highway
24.highwaycss
25.hilaryduff
26.HomeOfProjects
27.honeythemes
28.hyper
29.i-feel-lucky
30.ibex
31.html
32.html5-alin1
33.html5-passion
34.hurt-hobain-1.0
35.idyllic
36.ifeellucky
37.ignition
38.ikonik
39.illogix
40.illuminated
41.illusion
42.ilounge
43.imagination
44.impeccable
45.implied
46.imprimis
47.improved
48.in-fantasy
49.inapickle
50.inception
51.indication
52.indicator
53.indigo
54.individual
55.inf04-css
56.inf05
57.inf07
58.inf08
59.infinitehorizon
60.inflight
61.informatif
62.innodemag
63.inscriptions
64.inspired by google forum
65.instant
66.integral
67.intelligent-studios
68.intensesimplicity
69.interactive-media
70.interactive-works
71.interchange
72.intercosmic
73.intercraft
74.interior-art
75.interlude
76.intermediate
77.internationalway
78.internet-encyclopedia
79.internet-phenomenon
80.internetbroadcast
81.internetcenter
82.internetmusic
83.internetsharing
84.Internet_Studio
85.invention
86.Inverted_Headline
87.invision
88.ionika
89.iqbiz
90.isometric
91.it-advance
92.it-technologies
93.itdesk
94.ithilien
95.iViolet2b
96.I_Like
97.JA
98.Jan002
99.Jazz Hut Template
100.jdf-boxing
101.jenniferlovehewitt
102.jetbiz
103.jet_30
104.Jewerly-Store
105.joker
106.judgement
107.junkbox
108.just-lucid
109.justgrey
110.Just_Lucid
111.kaleidos
112.kappebeans
113.katz-maus
114.keep_it_simple
115.keero
116.khaki
117.kim-fashion
118.kitchen
119.konnekt-media
120.KrazieKen
121.language-ofa-lover
122.lasvegas
123.lasvegastoo
124.layoftheland
125.lazybreeze
126.leafbiz
127.leafbrush
128.leanmagazine
129.leavesdew
130.leavesv1
131.lemonlimev2
132.leonardo
133.lepidoptera
134.lessantique
135.level2
136.librarypro
137.Light
138.lightspeed
139.limegreen
140.limelight
141.Limey
142.linear
143.lingerie-store
144.link-line
145.liquidity_graph
146.lithium
147.loadfoov2
148.loadhost
149.localize
150.locomotive
151.longbeach
152.loseout
153.lotusflower
154.lucent
155.lunaria-1
156.lusciouscandy
157.luvbold
158.mactall
159.mag
160.magazine
161.majestic
162.majesty
163.makemyday
164.marcelle
165.marked
166.Matrix
167.maxos
168.maxosdarker
169.mcube
170.meadows
171.media
172.Medieval
173.megacorporate
174.meganews
175.megazzine
176.memoranda
177.meretricious
178.Midddot
179.middle-blue
180.midnightrainforest
181.mighty
182.milestone
183.mimbo-magazine
184.minigallery
185.minimal