Design comparison
Solution retrospective
I did very fast this challenge. I needed much more time for newbie exersices month ago.
What challenges did you encounter, and how did you overcome them?I solved problem with block layout with flex.
Community feedback
- @tunaertenPosted 3 days ago
First of all, congratulations on completing this challenge; you've done a good job. However, I have a few suggestions. 👍
-Firstly, you could add
cursor: pointer
to the buttons and numbers to provide a more realistic experience for the user. -Currently, your code doesn't display which number the user has selected. You can fix this. Instead of making all the numbersbutton
s, you could uselist items
and apply event delegation onul
orol
to capture the value of the selected element.Wishing you success in your future projects.🙏
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