Skip to content

Instantly share code, notes, and snippets.

@benjohnson
Created March 1, 2013 18:07
Show Gist options
  • Save benjohnson/5066531 to your computer and use it in GitHub Desktop.
Save benjohnson/5066531 to your computer and use it in GitHub Desktop.
Untitled
.stuff {
font-size: 24px;
background: orange;
display: block;
position: absolute;
top: 50px;
left: 50px;
}
.padding {
width: 150%;
height: 150%;
background: rgba(60,60,60,0.25);
z-index: 5;
position: absolute;
top: -25%;
left: -25%;
}
<div class="stuff">Words<span class="padding"></span>
// alert('Hello world!');
{"view":"split-vertical","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