Design comparison
Solution retrospective
Help drop your feedbacks on this work. I would need it, Thanks.
Community feedback
- @fernandolapazPosted over 1 year ago
Hi ππ», this may interest you for future projects:
Theoretically, in this challenge we have a group of interactive elements where users are expected to enter data (their rating) to be sent.
Therefore, it would be appropriate to use a
<form>
(whose inputs should be 'radio buttons'<input type='radio'>
so that it is only possible to select one option).And the
<button type=' submit'>
, as you did ππ», to send that data.Remember that buttons are interactive elements used to perform an action (such as submitting a form), but to collect user data we should use inputs.
I hope itβs useful : )
Regards,
Marked as helpful0 - @Aimal-125Posted over 1 year ago
Bro in your css code, give body element height of 120 or 150vh. So that it will look good on small heighted screens as mine (samsung j3). Otherwise your solution is perfect.
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