I'm using IcoMoon font icons. I would like to display a star icon 80% blue and 20% white like the image below. How would I achieve that?
Asked
Active
Viewed 63 times
1 Answers
1
Here is what I usually use when i want to do a rating bar. enter link description here
<div class="ratings">
<div class="empty-stars"></div>
<div class="full-stars" style="width:85%"></div>
</div>
You just place two icons on top of each other and limit the width of the colored ones.

Guillaume Roche-Bayard
- 377
- 5
- 17