Design comparison
SolutionDesign
Solution retrospective
Not 100% sure on font sizes and weights, and also border radiuses but went by eye and think i got it for the most part
Community feedback
- @Aimal-125Posted over 1 year ago
In your tailwind code,
className={`${outfit.className} bg-[#d6e2f0] h-screen w-screen flex items-center justify-center text-center text-sm shadow-md`}
Adjust the size of this container to 120 or 150vh by using media query with
max-height: 500px;
so that your card component look good on screens with small heights as mine samsung j3. Your card is not visible from the bottom.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