Design comparison
SolutionDesign
Community feedback
- @danielmrz-devPosted 10 months ago
Hello @Shaimaa12319!
Your project looks very good!
You can do the black box-shadow of the card like this:
.parent { box-shadow: 7px 7px 0 black; border: 1px solid black; }
- Also: You need to apply the
font-family
for the whole project, not only the card description. You can fix that by addindfont-family: 'Figtree', sans-serif;
to the body.
Hope it helps!
Other than that, great job!
Marked as helpful0 - Also: You need to apply the
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