Skip to content

Commit

Permalink
UPDATED Feedback Form
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelHarsh2006 committed Nov 10, 2024
1 parent e00968d commit 0a2517b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1093,11 +1093,15 @@ <h2>We Value Your Feedback!</h2>


}
.feedback-box{
color: #2b472b;
}
</style>

<div class="feedback-box">

<form id="feedback-form" action="#" method="post">
<label for="rate">Rate your Experience</label>
<div class="star-rating" aria-label="Rating" role="radiogroup">
<input type="radio" id="star5" name="rating" value="5">
<label for="star5" title="5 stars"></label>
Expand Down Expand Up @@ -1227,13 +1231,13 @@ <h2>We Value Your Feedback!</h2>

/* Button Styling */
button[type="submit"] {
width: 100%;
padding: 15px;
width: 50%;
background-color: #4d994d;
/* Dark green */
color: white;
font-size: 1em;
font-weight: bold;
text-align: center;
border: none;
border-radius: 5px;
cursor: pointer;
Expand Down

0 comments on commit 0a2517b

Please sign in to comment.