Skip to content

Instantly share code, notes, and snippets.

@stevetrask
stevetrask / elipse-shadow.scss
Last active August 29, 2015 14:25
Drop shadow in the shape of an elipse
.cont{
position: relative;
}
.image{
width: 100px;
height: 100px;
background: #000;
border-radius: 100px;
}
.image::after{