Skip to content

Instantly share code, notes, and snippets.

@zakdances
Created June 9, 2013 23:31
Show Gist options
  • Save zakdances/5745701 to your computer and use it in GitHub Desktop.
Save zakdances/5745701 to your computer and use it in GitHub Desktop.
Untitled
.shadow {
position: relative;
top: 20px;
left: 300px;
width: 200px;
height: 10px;
background-color: green;
}
.shadow:before {
position: absolute;
content: '';
left: 0;
right: 0;
bottom: -20px;
top: 0;
background-color: rgba(155,155,0, 0.0);
border-radius: 50% / 20px;
box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
/*clip: rect(20px, auto, 50px, 0);*/
}
<div class="shadow"></div>
{"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