Design comparison
SolutionDesign
Solution retrospective
used flex and grid. Any comments are appreciated
Community feedback
- @visualdennissPosted over 1 year ago
Congrats on completing the challenge successfully!
Here are few suggestions:
you can use a linear-gradient background instead of blue like so: background: linear-gradient(180deg,#7857ff,#2e2be9); and to center the card to the page you can do
body { min-height: 100vh; display: flex; justify-content: center; align-items: center; flex-direction: column; }
Hope you find this helpful!
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