Created
March 22, 2013 22:48
-
-
Save chrisjdavis/5225343 to your computer and use it in GitHub Desktop.
HTML structure for Imageless Rating Stars
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 id="stars"> | |
<p>3.5 stars out of 5</p> | |
<div class="rating"> | |
<i class="icon-rating bottom hide">z</i> | |
<i class="icon-rating top"><span class="amount hundred">z</span></i> | |
</div> | |
<div class="rating"> | |
<i class="icon-rating bottom hide">z</i> | |
<i class="icon-rating top"><span class="amount hundred">z</span></i> | |
</div> | |
<div class="rating"> | |
<i class="icon-rating bottom">z</i> | |
<i class="icon-rating top"><span class="amount fifty">z</span></i> | |
</div> | |
<div class="rating"> | |
<i class="icon-rating bottom">z</i> | |
<i class="icon-rating top"><span class="amount zero">z</span></i> | |
</div> | |
<div class="rating"> | |
<i class="icon-rating bottom">z</i> | |
<i class="icon-rating top"><span class="amount zero">z</span></i> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment