1. Home
  2. Computing & Technology
  3. Web Design / HTML

Free Web Template: 2-Column Centered Flexible Width
The CSS

By , About.com Guide

Copy the CSS into a file called styles.css. Save this in the same directory as your HTML document. Be sure to not copy the advertisement copy that may appear within the code.

html, body {
  margin:0;
  padding:0;
  border:none;
}
#container {
  width: 80%;
  max-width: 1000px;
  min-width: 300px;
  margin: 0 auto;
  padding: 0;
}
#container h1 {
  border: thin solid green; /* remove this line to remove the border */
}
#container h2 {
  clear: both;
  border: thin solid blue; /* remove this line to remove the border */
}
#thick-col {
  width: 78%;
  float: right; /* switch this to left and below to right to change the column locations */
  border: thin solid black; /* remove this line to remove the border */
}
#thin-col {
  width: 20%;
  float: left; /* switch this to right and above to left to change the column locations */
  border: thin solid red; /* remove this line to remove the border */
}

You are free to use any of the free Web templates here for personal or commercial designs, either in print or on the Web, excluding items for resale. You may not give away, sell, or redistribute the files in any way. Do not post these files on any another website, electronically distribute them, or include them in any package for distribution. If you find these files useful, please include a credit line or a link back to this site [http://webdesign.about.com/]. Terms of use last modified 12/07/2008.

Return to 2-Column Centered Flexible Width

More XHTML CSS Layout Templates

Explore Web Design / HTML
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Web Design / HTML
  4. Web Design
  5. Principles of Web Design
  6. Layout
  7. Web Site Templates
  8. Free Web Templates
  9. Free Web Template: 2-Column Centered Flexible Width - The CSS>

©2009 About.com, a part of The New York Times Company.

All rights reserved.