Wie füllt man einen Anteil von einem glyphicon [Bootstrap 3]

Hallo ich habe 5 Sterne-rating-system und ich möchte es so machen, dass ich hinzufügen kann, sage 4.3 Sterne statt nur 4. Wie kann ich dies tun? Mein Aktueller code ist unten aufgeführt:

<center>
  <span class="glyphicon glyphicon-star" style="color:#BBD41C"></span>
  <span class="glyphicon glyphicon-star" style="color:#BBD41C"></span>
  <span class="glyphicon glyphicon-star" style="color:#BBD41C"></span>
  <span class="glyphicon glyphicon-star" style="color:#BBD41C"></span>
  <span class="glyphicon glyphicon-star"></span>
</center>
InformationsquelleAutor Aidan | 2014-01-30
Schreibe einen Kommentar