Design comparison
SolutionDesign
Community feedback
- @Phenics13Posted over 1 year ago
Hi! Took a glance and have some suggestions
- add
{cursor: pointer}
CSS property to buttons - instead of margins for every tag you can use
flex
orgrid
display property and setgap
orcolumn-gap
androw-gap
. It is more convenient. - wrap all of your content in
main
tag. Learn more about semantic tags.
<body> <main>...</main> </body>
0 - add
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