Design comparison
SolutionDesign
Community feedback
- @nadezhda-frunzaPosted about 1 year ago
Congrats on completing the challenge, nice job! Few things I noticed:
- Consider defining your media queries in a separate section at the end of your CSS/or separate file to make them easier to manage and locate.
- Try to avoid using !important in your CSS as it can make your styles harder to override.
- Would be also nice to add cursor:pointer property and transition to the button.
All in all, your CSS code looks quite well-organized and generally follows good practices!
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