Skip to content

Instantly share code, notes, and snippets.

@strack
Created April 11, 2012 17:23
Show Gist options
  • Save strack/2360695 to your computer and use it in GitHub Desktop.
Save strack/2360695 to your computer and use it in GitHub Desktop.
Untitled
div
{
background:blue;
position:fixed;
top:20px;
bottom:20px;
right:20px;
left:20px;
}
.one {
background: #BADA55;
}
.two {
background: red;
top:100px;
bottom:100px;
right:200px;
left:200px;
}
<div class="one"></div>
<div class="two"></div>
{"view":"separate","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment