Skip to content

Instantly share code, notes, and snippets.

@gustaff-weldon
Created May 23, 2013 10:49
Show Gist options
  • Save gustaff-weldon/5635240 to your computer and use it in GitHub Desktop.
Save gustaff-weldon/5635240 to your computer and use it in GitHub Desktop.
Untitled
.cluster {
display: inline-block;
border-radius: 50%;
background-color: rgba(255,0,0,0.5);
text-align: center;
padding: 20px;
}
.cluster-value {
display: block;
width: 100px;
height: 100px;
background-color: #006fb7;
border-radius: 50%;
line-height: 100px;
color: white;
font-size: 1.3em;
font-weight: bold;
}
<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