Design comparison
SolutionDesign
Community feedback
- @hitmorecodePosted about 1 year ago
Nice well done. I do have a few tips
- Add
min-height: 100vh;
on the body, this will place the card in the middle of the page - You forgot to add the font family. On the body add
font-family: Karal;
- You forgot to add the background image.
- When you add the background image also add these
background-size: contain;
andbackground-repeat: no-repeat;
- You forgot to add border radius on the lower part of the card
Marked as helpful2@suryathinkPosted about 1 year ago@hitmorecode Thank You for the Feedback.
I Updated those Changes.
0 - Add
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