Skip to content

Instantly share code, notes, and snippets.

@rohinomiya
Created September 23, 2011 02:39
Show Gist options
  • Save rohinomiya/1236631 to your computer and use it in GitHub Desktop.
Save rohinomiya/1236631 to your computer and use it in GitHub Desktop.
.appicon {
border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
box-shadow: 1px 4px 6px 1px #999999;
-moz-box-shadow: 1px 4px 6px 1px #999999;
-webkit-box-shadow: 1px 4px 6px 1px #999999;
margin: -5px 15px 1px 5px;
}
.appicon2 {
border-radius: 25px 25px 25px 25px;
-moz-border-radius: 25px 25px 25px 25px;
-webkit-border-radius: 25px 25px 25px 25px;
box-shadow: 1px 4px 6px 1px #999999;
-moz-box-shadow: 1px 4px 6px 1px #999999;
-webkit-box-shadow: 1px 4px 6px 1px #999999;
margin: -5px 15px 1px 5px;
}
.appicon3 {
border-radius: 11px 11px 11px 11px;
-moz-border-radius: 11px 11px 11px 11px;
-webkit-border-radius: 11px 11px 11px 11px;
box-shadow: 1px 4px 6px 1px #999999;
-moz-box-shadow: 1px 4px 6px 1px #999999;
-webkit-box-shadow: 1px 4px 6px 1px #999999;
margin: -5px 15px 1px 5px;
}
.itunesicon {
vertical-align:bottom;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment