Skip to content

Instantly share code, notes, and snippets.

@begedin
Created March 19, 2013 22:10
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 begedin/5200602 to your computer and use it in GitHub Desktop.
Save begedin/5200602 to your computer and use it in GitHub Desktop.
HTML structure for basic full screen layout
<body>
<header></header>
<section>
<div class="column-left"></div>
<div></div>
<div class="column-right"></div>
</section>
<footer></footer>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment