Skip to content

Instantly share code, notes, and snippets.

@ralyodio
Created June 8, 2013 00:12
Show Gist options
  • Save ralyodio/5733269 to your computer and use it in GitHub Desktop.
Save ralyodio/5733269 to your computer and use it in GitHub Desktop.
Untitled
#foo {
font-family: sans-serif;
width: 200px;
height: 200px;
background: #fff;
border: 1px solid #999;
border-radius: 5px;
position: relative;
}
#foo:empty:before {
position: absolute;
background: #eee;
width: 80px;
height: 50px;
content: 'None';
border: 1px solid #999;
border-radius: 5px;
top: 50%;
left: 50%;
margin-left: -40px;
margin-top: -25px;
text-align: center;
display: block;
line-height: 50px;
}
<div id="foo"></div>
// alert('Hello world!');
{"view":"split","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