Created
February 1, 2013 12:23
-
-
Save tiborsaas/4691005 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: #fff; | |
} | |
#rule{ | |
width: 587px; | |
height: 34px; | |
background: #fff; | |
position: absolute; | |
} | |
#rule:after{ | |
content: " "; | |
z-index: -1; | |
height: 100px; | |
width: 100px; | |
background: #eee; | |
position: absolute; | |
left: 40%; | |
top: -26px; | |
border-radius: 50%; | |
transform: rotate( -8deg ) skewX(81.5deg) scale(0.7); | |
box-shadow: -93px 14px 11px #999; | |
} | |
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
<div id="rule"></div> | |
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
// alert('Hello world!'); |
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-vertical","fontsize":"80","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment