Skip to content

Instantly share code, notes, and snippets.

@tyv
Created March 4, 2013 17:24
Show Gist options
  • Save tyv/5083889 to your computer and use it in GitHub Desktop.
Save tyv/5083889 to your computer and use it in GitHub Desktop.
Untitled
div
{
width: 200px;
height: 200px;
position: relative;
background: red;
}
div:after
{
position: absolute;
top: -5px;
bottom: -5px;
left: -5px;
right: -5px;
background: green;
content: '';
z-index: -1;
}
// 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