Design comparison
SolutionDesign
Solution retrospective
Hey, guys ) This is my solution for this project. I found it not so complicated but I'm not sure about some utility classes that I used for the colors. When I checked the CSS file it showed me an error "color Parse Error )", and here it is: .text-white { color: hsl( var(--clr-white) ); } .text-green { color: hsl( var(--clr-soft-green) ); } .text-light-blue { color: hsl( var(--clr-light-blue) ); }. I'd be happy to receive your feedback! Thank you a lot!
Community feedback
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