Skip to content

Instantly share code, notes, and snippets.

@renier
Created May 23, 2012 16:04
Show Gist options
  • Save renier/2776112 to your computer and use it in GitHub Desktop.
Save renier/2776112 to your computer and use it in GitHub Desktop.
Untitled
.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;
}
<div class="bubble">3</div>
{"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