Skip to content

Instantly share code, notes, and snippets.

@gustaff-weldon
Created May 23, 2013 10:29
Show Gist options
  • Save gustaff-weldon/5635166 to your computer and use it in GitHub Desktop.
Save gustaff-weldon/5635166 to your computer and use it in GitHub Desktop.
Untitled
.cluster {
width: 100px;
height: 100px;
background-color: #006fb7;
display: inline-block;
position: absolute;
border-radius: 50%;
background-clip: padding-box;
opacity: .8;
text-align: center;
border: 8px solid rgba(255,0,0,0.6);
}
.cluster-value {
display: inline-block;
line-height: 1.5em;
color: white;
font-size: 1.3em;
font-weight: bold;
opacity: 1;
margin-top: 37%
}
<a class="cluster" href="/" title="">
<span class="cluster-value">19856</span>
</a>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment