Skip to content

Instantly share code, notes, and snippets.

@danishsatkut
Created September 30, 2014 05:59
Show Gist options
  • Save danishsatkut/751b9a8a472c8f9b0baa to your computer and use it in GitHub Desktop.
Save danishsatkut/751b9a8a472c8f9b0baa to your computer and use it in GitHub Desktop.
Streaming and Download Counts
/* Streaming and Download Counts */
.count-boundary {
margin: 5px auto 5px 25px;
vertical-align: top;
}
.count-container {
height: 26px;
border: 1px solid #333;
display: inline-block;
}
.count-label {
background-color: #333;
color: #FFF;
text-align: center;
font-size: 18px;
padding: 3px;
display: inline-block;
}
.count-value {
text-align: center;
font-size: 18px;
padding: 2px;
display: inline-block;
width: 125px
}
<div class="count-boundary">
<div class="count-container">
<div class="count-label">Streaming</div>
<div class="count-value">150,000</div>
</div>
</div>
<div class="count-boundary">
<div class="count-container">
<div class="count-label">Download</div>
<div class="count-value">25,000</div>
</div>
</div>
// 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