Design comparison
SolutionDesign
Community feedback
- @KenbakPosted about 2 years ago
Hello friend! Congrats on your first challenge!
You might want to change the background color to:
body { background-color:hsl(212, 45%, 89%) }
And the paragraph color to a lightgray!
You can also use this code to center your elements:
body { min-height: 100vh; display: grid; place-content: center; }
Hope it helped, and will be looking forward to your next challenges!
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