Created
September 20, 2014 16:07
-
-
Save zhusee2/08b657da96bdcc29157c to your computer and use it in GitHub Desktop.
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="sr-product-rating"> | |
<img alt="Company logo" class="rating-logo"> | |
<h3 class="rating-title">Title</h3> | |
<div class="rating-stars"> | |
<span class="star active"></span> | |
<span class="star active"></span> | |
<span class="star active"></span> | |
<span class="star"></span> | |
</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
<div class="ProductRating"> | |
<img alt="Company logo" class="img-logo"> | |
<h3 class="ProductRating-title">Title</h3> | |
<div class="u-starHolder"> | |
<span class="ProductRating-star ProductRating-star--active"></span> | |
<span class="ProductRating-star ProductRating-star--active"></span> | |
<span class="ProductRating-star ProductRating-star--active"></span> | |
<span class="ProductRating-star"></span> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment