Created
May 23, 2012 16:04
-
-
Save renier/2776112 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.bubble { | |
width: 18px; | |
height: 18px; | |
line-height: 19px; | |
border: 1px solid white; | |
-webkit-box-shadow: 0px 1px 2px 0px #333; | |
/*-webkit-box-shadow: 0px 1px 1px 0px #333 */ | |
-webkit-border-radius: 10px; | |
background-image: -webkit-gradient(linear, left top, left bottom, from(#f3888b), to(#c90e17)); | |
color: white; | |
font-family: Arial, Helvetica, sans-serif; | |
text-align: center; | |
font-size: 0.8em; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="bubble">3</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"separate","fontsize":"90","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment