Design comparison
SolutionDesign
Solution retrospective
Hi Guys, Any suggestions will be highly appreciated. I have used a mixture of tailwind and custom css.
Community feedback
- @briannelson95Posted over 1 year ago
Great job completing this challenge, one tip I have is I would try to avoid using custom css and tailwind together as in larger projects this can get really messy and confusing.
If you do choose to stick with custom css you can use css variables to handle the colors preventing you from having to rewrite the colors.
:root { --theme-dark-blue: hsl(234, 29%, 20%); } .heading { color: var(--theme-dark-blue); }
0
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