Design comparison
SolutionDesign
Solution retrospective
Qr-code-component
Community feedback
- @nonso01Posted about 2 years ago
well there are Soo many errors in your css file right now, that's why some of the contents were not rendered.
/* this is how you use a variable in css */ :root{ --my-var: Bleu; --my__var: red; --var: yellow; /* but this is wrong*/ --my var: orange; /* you allowed a space which spoiled everything */ }
- Try to adjust this few things, and keep pushing 🙂
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