Skip to content

Instantly share code, notes, and snippets.

@tiborsaas
Created February 1, 2013 12:23
Show Gist options
  • Save tiborsaas/4691005 to your computer and use it in GitHub Desktop.
Save tiborsaas/4691005 to your computer and use it in GitHub Desktop.
Untitled
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;
}
<div id="rule"></div>
// alert('Hello world!');
{"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