Design comparison
SolutionDesign
Community feedback
- @thirrazPosted about 2 years ago
firstly, congratulations for complete this challenge!
I have two tips that can improve your code:
-
Try to use Semantic HTML (<main>, <section>, <article>, etc). I'll leave this link if you want saber mais: Semantic HTML
-
You can use flex to centralize the card component:
body { width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; }
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