Design comparison
Solution retrospective
I am learning, I was doing this challenge little by little, I hope you help me with suggestions to improve and how to do it better, thank you very much
Community feedback
- @Nadine-GreenPosted almost 2 years ago
HEY LUIS!
Your solution is very close to the design, however, I noticed that it is not centered, a quick fix to this would be to give the body a height of 100vh
height:100vh
, giving the body a display of griddisplay:grid
and then using the codeplace-items:center
IF YOU FOUND THIS IN ANYWAY USEFUL, DON'T HESITATE TO MARK IT AS USEFUL :)
HAPPY CODING!
Marked as helpful0 - @VCaramesPosted almost 2 years ago
Hey there! 👋 Here are some suggestions to help improve your code:
- Along with the blank
alt tag
, you also want to include thearia-hidden=“true”
to your “ images/illustrations” to fully remove them from assistive technology.
More Info:📚
https://www.w3.org/WAI/tutorials/images/
- The proper way to build the "rating buttons" in this challenge is to create a
form
and inside of it, there should be fiveinput radios
and eachinput
should have alabel
attached to it to make the buttons accessible. Finally wrap all theinputs
andlabels
inside afieldset
to prevent users from making more than one selection.
More Info:📚
MDN <fieldset>: The Field Set element
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding!🎄🎁
Marked as helpful0 - Along with the blank
- @hernannadottiPosted almost 2 years ago
@luiis-fuenmayor awesome work... But selected rate is orange ... Regards
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