Created
February 27, 2012 15:05
-
-
Save pepelsbey/1924426 to your computer and use it in GitHub Desktop.
Untitled
This file contains 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
BODY { | |
background:url(data:image/gif;base64,R0lGODdhFAAUAPAAAAF1p////yH/C1hNUCBEYXRhWE1QAz94cAAsAAAAABQAFABAAiWEj6HL6MCijK/WiandJgfueWA2Ylw5oZKqWeIWkrDs0pf9vFYBADs=); | |
} | |
BODY:after { | |
position:absolute; | |
top:50%; | |
left:50%; | |
margin:-100px 0 0 -100px; | |
width:200px; | |
height:200px; | |
box-shadow: | |
0 0 5px #000 inset, | |
0 0 10px #000 inset, | |
0 0 30px #000 inset, | |
0 0 50px #000 inset, | |
0 0 0 1000px #000; | |
border-radius:50%; | |
content:'' | |
} |
This file contains 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
<!-- content to be placed inside <body>…</body> --> |
This file contains 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","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment