Submitted about 1 month ago
Interactive rating component
@ManuJosephShaji-project
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Building the website to be more attractive, adding some of my own design was a fun coding experience.
Community feedback
- @Lo-DeckPosted about 1 month ago
Hi well done for this challenge,
I'll give this link you check out the mistake for HTML and CSS. 3WC validator.
You need to use more semantic tag to improve your HTML, it's better for screen-reader and SEO.
Like :
<section class="value-section"> <div class="value">1</div> <div class="value">2</div> <div class="value">3</div> <div class="value">4</div> <div class="value">5</div> </section>
Use a
ul
andli
to do that.Hope to be helpful.
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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