HTML Tailwind CSS (via CDN) Plain CSS (for custom box-shadow)

Solution retrospective
I'm most proud of how the custom box shadow turned out — it adds a nice layered, standout effect to the card and gives it personality. It was a small detail, but it made a big visual difference.
Next time, I’d try to fully implement it using Tailwind’s utility classes instead of inline styles. That way, the styling would be more consistent and easier to manage within the Tailwind framework.
What challenges did you encounter, and how did you overcome them?Overall, the project was quite straightforward. The only minor challenge I faced was getting the box shadow to look exactly how I envisioned it. Tailwind’s default shadows didn’t give me the bold effect I was going for, so I ended up customizing it with inline styles to get the precise look.
What specific areas of your project would you like help with?I’d really appreciate help with implementing the box shadow using Tailwind’s utility classes instead of custom inline styles. I wasn’t sure how to achieve the bold shadow effect I wanted using only Tailwind, so I resorted to writing a custom box-shadow in the style attribute.
Please log in to post a comment
Log in with GitHubCommunity feedback
Join 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