Skip to content

Instantly share code, notes, and snippets.

@icodeforlove
Created July 2, 2012 03:24
Show Gist options
  • Save icodeforlove/3030818 to your computer and use it in GitHub Desktop.
Save icodeforlove/3030818 to your computer and use it in GitHub Desktop.
Untitled
* {
font-family: helvetica;
color: #eeeeee;
}
.count {
margin-right: 10px;
height: 50px;
padding: 4px;
text-align: center;
float: left;
background-image: linear-gradient(#5c5c5c, #010101);
border-radius: 7px;
}
.value {
font-size: 32px;
font-weight: bold;
height: 34px;
}
.name {
font-size: 12px;
color: #fff;
}
<div class="count">
<div class="value">123</div>
<div class="name">images</div>
</div>
{"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