Created
September 30, 2014 05:59
-
-
Save danishsatkut/751b9a8a472c8f9b0baa to your computer and use it in GitHub Desktop.
Streaming and Download Counts
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
/* 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 | |
} |
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
<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> |
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