
Please log in to post a comment
Log in with GitHubCommunity feedback
- @asia272
Your solution is good! 👍 However, to perfectly match the requirement, follow this approach for the body:
display: flex
,align-items: center,
justify-content: center,
andmin-height: 100vh;
because your card was not centered as required. Also, addtext-align: center;
to .desc
so the text inside aligns properly. Additionally, you usedfont-size: 22
andfont-size: 15
without any units. Always specify a unit likepx
, so it should befont-size: 22px;
for the title andfont-size: 15px;
for the description- You've done a great job, and I really appreciate your effort! I like your work. Keep learning and keep exploring. Best of luck! 🚀😊"
Marked as helpful
Join 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