Submitted 5 months agoA solution to the Interactive rating component challenge
Responsive page for interactive rating component
@SubagaS

Solution retrospective
What are you most proud of, and what would you do differently next time?
Working on JavaScript and form element in CSS.
What challenges did you encounter, and how did you overcome them?- Challenges were faced with regards to various attributes used in input tags and other form elements. I overcame it through reading documents on it.
- I wanted to hide the thank you container by default. At first it was not working even after specifying
display:none. I overcame it through reading about the cascade in CSS. This made me realize that the position of the hidden class was wrong and I had to move it below the thank-you container class for the desired effect. - I had difficulty in giving the
radial-gradientbackground. Took help from chatgpt in this regard.
Open to any feedback :)
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Subaga's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord