Design comparison
SolutionDesign
Solution retrospective
javascript doesn't work i don't know why
Community feedback
- @amirandersonjonesPosted over 1 year ago
I'm pretty new to coding in general, but I would like to improve your design you could remove the border from the button by selecting it. Also, adding some padding to the buttons could help improve them because they look skewed. you could add padding by going in a clockwise direction i.e. top, right, bottom, left . The shorthand would be the top and bottom for the first number and left and right second number.
button{ border: none; padding: 5px 10px 5px 10px; padding: 5px 10px; }
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