Skip to content

Instantly share code, notes, and snippets.

@arindam89
Created April 22, 2013 12:34
Show Gist options
  • Save arindam89/5434582 to your computer and use it in GitHub Desktop.
Save arindam89/5434582 to your computer and use it in GitHub Desktop.
Compass learning :)
.avatar {
@include box-shadow(0 0 0px 3px #fff, 0 0 0 4px #ccc, 0 4px 6px #333);
@include border-radius(50px); // half the avatar size
width: 100px;
height: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment