Skip to content

Instantly share code, notes, and snippets.

@vladocar
Created May 31, 2011 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vladocar/999675 to your computer and use it in GitHub Desktop.
Save vladocar/999675 to your computer and use it in GitHub Desktop.
Modern CSS class HTML
<div id="main">
<div id="header" class="w900"> </div>
<div id="navigation" class="w150"> </div>
<div id="content" class="w600"> </div>
<div id="sidebar" class="w150"> </div>
<div id="footer" class="w900"> </div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment