Three colums card React + TailwindCss

Please log in to post a comment
Log in with GitHubCommunity feedback
- @nerometa
Hmm, looks like your colors are a bit off. But don't worry, it's pretty easy for you to do and I know you can do it.
in your
tailwind.config.js
file, you can add custom colors from the style guide that's been provided with the challenge like this:theme: { extend: { colors: { "custom-color": "#FF0000" } } }
and to use it as a utility class, you can then do
bg-custom-color
ortext-custom-color
since you've put your color in your config file, Tailwind will know.Also, good work! I wanna see you improve this!
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