Design comparison
SolutionDesign
Community feedback
- @KasiaKaz14Posted 6 days ago
Hey, I must admit it is a really good job, and it almost looks like the template! But I would recommend you one important thing: if you create root, and give names to every elements - don't do it this way: --white: hls(sth, sth, sth); Why? Because it sometimes happens that we need to change a color for an element or section, and it can't look like this: --white: #orange(new color), because the name will be confusing for another developer. It's better to do this way: --font-color: #color; --bgColor: #color; It's definitely more readable for everyone
Marked as helpful0
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