Created
May 23, 2013 10:49
-
-
Save gustaff-weldon/5635240 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
.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; | |
} |
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
<a class="cluster" href="/" title=""> | |
<span class="cluster-value">19856</span> | |
</a> |
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
// alert('Hello world!'); |
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":"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