Design comparison
SolutionDesign
Community feedback
- @KorriganMasterPosted 2 months ago
Hi o/,
I can notice some differences between your solution and the required one, for exemple:
- the size of your card
- your background color is gray instead of slate-300. You're using Tailwind, so the bg-slate-300 should do the trick :)
- your box shadow seem smaller than the required one
You're using the h-screen class for the height of your main container. On some mobile device a scrollbar may appear as this class does not take into account the browser interface. You should look this h-dvh (dynamic viewport height) class instead :).
Have a nice day.
Marked as helpful1
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