Design comparison
SolutionDesign
Community feedback
- @denieldenPosted over 2 years ago
Hi Ivan, good job! I took some time to look at your code and have some ideas for improving it:
- remove all unnecessary code, the less you write the better as well as being clearer: for example the
div
container of image - use the
button
tag for the button and to enhance the semantic html - you can use
gap: 1rem
tocard__options
class instead usingmargin
to child element
Overall you did well 😉
Hope this help and happy coding!
Marked as helpful0 - remove all unnecessary code, the less you write the better as well as being clearer: for example the
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