Design comparison
SolutionDesign
Community feedback
- @hady68Posted about 1 year ago
Hey @feldspar58 Great effort on the design, here are a few suggestions to make it look closer to the design given.
-
You can work on the spacing inside the card, that is the margin between the image and the heading.
-
You can import the given font and apply it to the body
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap'); body { font-family: 'Outfit', sans-serif; background-color: hsl(212, 45%, 89%); }
- Similarly, for the paragraph you can use the same font family and also add the property of line height to add space in between the paragraphs, you can play around with that.
This is a great start, keep improving!
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