Skip to content

Instantly share code, notes, and snippets.

@tyv
Created May 24, 2013 09:17
Show Gist options
  • Save tyv/5642332 to your computer and use it in GitHub Desktop.
Save tyv/5642332 to your computer and use it in GitHub Desktop.
Untitled
body
{
padding: 0;
margin: 0;
}
.p
{
position: fixed;
width: 100%;
height: 100%;
background: red;
}
.i
{
position: absolute;
top: 10px;
right: 10px;
bottom: 10px;
left: 10px;
background: rgba(255,255,255,0.5);
}
<div class="p"><div class="i"></div></div>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment