Skip to content

Instantly share code, notes, and snippets.

@zhusee2
Created September 20, 2014 16:07
Show Gist options
  • Save zhusee2/08b657da96bdcc29157c to your computer and use it in GitHub Desktop.
Save zhusee2/08b657da96bdcc29157c to your computer and use it in GitHub Desktop.
<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>
<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