Posts by Evandro Viva • 11 points
1 post
-
1
votes3
answers115
viewsA: voting system
Inside the archive .css, replace the star character \f005 by the cup of coffee \f0f4: .estrelas input[type=radio] { display: none; } .estrelas label i.fa:before { content: '\f0f4'; color: #FC0; }…