Skip to content

Instantly share code, notes, and snippets.

View rcky's full-sized avatar

Michael Rüfenacht rcky

  • Zvoove
  • Basel
View GitHub Profile
@rcky
rcky / dabblet.css
Created August 14, 2012 16:17
Flying shadow
/**
* Flying shadow
*/
.underlined {
position:relative;
top:0;
height:200px;
width:200px;
background-color: #CCC;
border-bottom-right-radius: 50% 15px;