Skip to content

Instantly share code, notes, and snippets.

@begedin
Created March 19, 2013 22:23
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/5200682 to your computer and use it in GitHub Desktop.
Save begedin/5200682 to your computer and use it in GitHub Desktop.
full screen layout in CSS, fixed middle section
section {
position: fixed;
width: 100%;
top: 50px;
bottom: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment