Skip to content

Commit

Permalink
mylabel
Browse files Browse the repository at this point in the history
  • Loading branch information
meetarora10 committed Jul 24, 2024
1 parent 4c2b671 commit 1162812
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,15 +180,15 @@ <h1 id="changingHeading" style="font-family:'Segoe UI', Tahoma, Geneva, Verdana,
<strong class="yourfeed">Rate Us Below:</strong>
<div class="star-rating">
<input type="radio" id="star1" name="rating" value="1" class="star-ratings">
<label for="star1" title="1 star">&#9733;</label>
<label for="star1" title="5 stars">&#9733;</label>
<input type="radio" id="star2" name="rating" value="2" class="star-ratings">
<label for="star2" title="2 stars">&#9733;</label>
<label for="star2" title="4 stars">&#9733;</label>
<input type="radio" id="star3" name="rating" value="3" class="star-ratings">
<label for="star3" title="3 stars">&#9733;</label>
<input type="radio" id="star4" name="rating" value="4" class="star-ratings">
<label for="star4" title="4 stars">&#9733;</label>
<label for="star4" title="2 stars">&#9733;</label>
<input type="radio" id="star5" name="rating" value="5" class="star-ratings">
<label for="star5" title="5 stars">&#9733;</label>
<label for="star5" title="1 star">&#9733;</label>
</div>
</div>

Expand Down

0 comments on commit 1162812

Please sign in to comment.