Created
June 8, 2013 00:12
-
-
Save ralyodio/5733269 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="foo"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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