
Design comparison
Community feedback
- P@josenegrete123Posted 5 months ago
Great job on this challenge. A tip I could offer, is to try and write classes for multiple
HTML
elements so you won't have to rewrite code over and over again, instead you can detail a card for all 5 of the objects. Then 1 by 1 change any elements that need changing, instead of rewriting multipleCSS
codes over and over again.For example, you have the
card
class, so instead of rewriting thebox-shadow
,border-radius
,padding
, etc. you can just write all of that into the.card
class inCSS
.0
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