Skip to content

Commit

Permalink
Merge pull request #1121 from PatelHarsh2006/harshmain4
Browse files Browse the repository at this point in the history
UPDATED Feedback Form
  • Loading branch information
ankit071105 authored Nov 10, 2024
2 parents 76bdac0 + 0a2517b commit 56f9e0d
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 @@ -1146,11 +1146,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 @@ -1280,13 +1284,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 56f9e0d

Please sign in to comment.