Blog preview card

Please log in to post a comment
Log in with GitHubCommunity feedback
- @RiccardoColtrinari
great job! I you want to use the given colors you could add this to your tailwind.config.js theme:
colors: { "primary": "hsl(47, 88%, 63%)", "white": "hsl(0, 0%, 100%)", "grey": "hsl(0, 0%, 50%)", "black": "hsl(0, 0%, 7%)" },
Marked as helpful
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