Design comparison
SolutionDesign
Solution retrospective
All feedback is welcome thank you.
Community feedback
- @danielmrz-devPosted 11 months ago
Hello @OsmanSamar!
Your project looks very good!
I have just one suggestion for this one, since your already got some help:
- Check the
style-guide
file to see what are the recommendedfont-family
for the project. Then you can import it from Google Fonts to use it. If I'm not mistaken, thefont-family
for this project is Figtree.
I hope it helps!
Other than that, great job!
Marked as helpful0 - Check the
- @khojiakbargofurovPosted 11 months ago
Bro your box-shadow is longer . that is why You use box-shadow: 10px 10px 0px 1px var(--Black);
Marked as helpful0 - @EyuleoPosted 11 months ago
Great and congrats on completing the challenge, but to center the card when using
display: flex;
instead ofplace-items: center;
you can usedisplay: flex; justify-content: center; align-items: center;
and you don't have to set
width: 100vw;
on the body because by default it's taking the device entire width.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