Design comparison
SolutionDesign
Community feedback
- @josenegrete123Posted 8 days 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
.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