Submitted 9 months ago
Blog preview card | React.js | Tailwind CSS
@samueldev900
Design comparison
SolutionDesign
Community feedback
- @AJuliettePosted 3 months ago
To get the correct colors, you should add inside theme in your
tailwind.config.js
(using the infos in thestyle-guide.md
given):colors: { 'yellow': "hsl(47, 88%, 63%)", 'white': "hsl(0, 0%, 100%)", 'gray': { 500: "hsl(0, 0%, 42%)", 950: "hsl(0, 0%, 7%)", }, },
1
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