Skip to content

Commit

Permalink
Ajust feedback message font size.
Browse files Browse the repository at this point in the history
  • Loading branch information
amin-xiv committed Nov 12, 2024
1 parent a2c75f5 commit 488ce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
<input type="text" name="Name" placeholder="Your Name" required>
<input type="email" name="Email" placeholder="Your Email ID" required>
<textarea name="Message" placeholder="Your Message" rows="4" required oninput="checkFeedbackLength(this)"></textarea>
<p id="feedbackError" style="color:#fd4346; opacity: 0%; font-size: 1.25rem; white-space: normal; transition: opacity 0.4s ease ">Feedback must be at least 10 characters long.</p>
<p id="feedbackError" style="color:#fd4346; opacity: 0%; font-size: 1.2rem; white-space: normal; transition: opacity 0.4s ease ">Feedback must be at least 10 characters long.</p>
<div class="star-rating" style="text-align: center; margin: 10px;">
<input type="radio" id="star5" name="rating" value="5" />
<label for="star5" title="5 star">&#9733;</label>
Expand Down

0 comments on commit 488ce47

Please sign in to comment.