Design comparison
SolutionDesign
Community feedback
- @fortuneiyohaPosted 7 months ago
Hey there @jopascensao! 🌟 Huge congratulations on wrapping up your first frontend mentor challenge! Your effort really shines through, but I've got a little tweak that could make your project even better.
- Heading Color: Your
h2
color doesn't quite match the design. No worries though, here's a quick fix for you:
h2 { color: hsl(218, 44%, 22%); }
- Box Shadow: Noticed the card's box-shadow is a tad too dark? Here's how you can brighten it up:
#card { box-shadow: 0px 15px 50px hsl(212, 15%, 72%); }
Overall, you've done fantastic work! Keep that coding spirit high and keep rocking it! 🚀 Happy coding ahead! 🎉
0 - Heading Color: Your
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