Skip to content

Instantly share code, notes, and snippets.

View gavin-hall's full-sized avatar

Gavin Hall gavin-hall

View GitHub Profile
@gavin-hall
gavin-hall / CSS Visual Effects
Last active December 13, 2015 20:38
CSS Visual Effects
/* Visual Effects
------------------------------------------------------- */
.selector {
box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
border-radius: px;
-webkit-border-radius: px;
-moz-border-radius: px;