-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Rate Us #268
Added Rate Us #268
Conversation
@sailaja-adapa is attempting to deploy a commit to the vansh69's projects Team on Vercel. A member of the Team first needs to authorize it. |
} | ||
|
||
h1 { | ||
margin-bottom: 10px; /* Increased margin-bottom */ | ||
color: #333; | ||
font-size: 36px; /* Increased font size */ | ||
} | ||
|
||
|
||
/* Star rating styling */ | ||
.stars { | ||
display: flex; | ||
justify-content: center; | ||
font-size: 30px; /* Increased font size for stars */ | ||
margin-bottom: 20px; | ||
} | ||
|
||
.stars input[type="radio"] { | ||
display: none; | ||
} | ||
|
||
.stars label { | ||
cursor: pointer; | ||
color: #ccc; | ||
transition: color 0.3s; | ||
padding: 0 5px; /* Padding between stars */ | ||
} | ||
|
||
/* Highlight stars up to and including the hovered or checked star */ | ||
.stars label:hover, | ||
.stars label:hover ~ label { | ||
color: #ffcf00; | ||
} | ||
|
||
.stars input[type="radio"]:checked ~ label { | ||
color: #ffcf00; | ||
} | ||
|
||
.stars input[type="radio"]:checked ~ label ~ label { | ||
color: #ccc; | ||
} | ||
|
||
.stars label.active { | ||
color: #ffcf00; | ||
} | ||
|
||
/* Feedback textarea styling */ | ||
.feedback { | ||
width: calc(100% - 40px); | ||
height: 150px; | ||
padding: 15px; | ||
margin: 20px 0; | ||
border: 1px solid #ccc; | ||
border-radius: 8px; | ||
font-size: 16px; | ||
resize: none; | ||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); | ||
} | ||
|
||
/* Submit button styling */ | ||
.submit-btn { | ||
display: block; | ||
margin: 20px auto; | ||
padding: 10px 30px; | ||
background-color: #0056b3; | ||
color: #fff; | ||
border: none; | ||
border-radius: 5px; | ||
font-size: 16px; | ||
cursor: pointer; | ||
transition: background-color 0.3s, transform 0.3s; | ||
} | ||
|
||
.submit-btn:hover { | ||
background-color: #0056b3; | ||
transform: scale(1.05); | ||
} | ||
|
||
/* Additional responsive adjustments */ | ||
@media (max-width: 768px) { | ||
.container { | ||
margin: 50px 20px; | ||
padding: 20px; | ||
} | ||
|
||
.ul1 li a { | ||
font-size: 14px; | ||
} | ||
} | ||
|
||
@media (max-width: 480px) { | ||
.ul1 { | ||
flex-direction: column; | ||
align-items: center; | ||
} | ||
|
||
.ul1 li { | ||
margin: 5px 0; | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sailaja-adapa I think instead of creating a css
file we should use tailwind
only because the full project is written in tailwind
only. This will maintain consistency.
@hustlerZzZ what do you think about his?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ya tailwind will be better
@aayushchugh i will change it Sir, No Problem |
@sailaja-adapa Thanks and best of luck |
@aayushchugh Thank you sir |
Hello Project Admin,
I Added a Rate Us Option - Solved #266
Please Kindly go through it
rateus.foodies.1.mp4