Guest User

Untitled

a guest
Jun 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <div class="rating justify-content-center align-content-center">
  2. <input type="radio" name="star" id="star1">
  3. <label for="star1"></label>
  4. <input type="radio" name="star" id="star2">
  5. <label for="star2"></label>
  6. <input type="radio" name="star" id="star3">
  7. <label for="star3"></label>
  8. <input type="radio" name="star" id="star4">
  9. <label for="star4"></label>
  10. <input type="radio" name="star" id="star5">
  11. <label for="star5"></label>
  12. </div>
Add Comment
Please, Sign In to add comment