Design comparison
Solution retrospective
I appreciate any suggestion to improve my code! Feel free to tell me what I could have done better. I'm really happy with the result and i think i organized the code well. I completed this challenge in much less time than the others. Tell me what you think!
Community feedback
- @correlucasPosted over 2 years ago
๐พHello Vittorio, congratulations for your solution!
I liked a lots your solution and the way you've managed all the font and color properties using variables, that's really cool.
There's only tiny problem with your solution, the
background-color
you've added it to the container, should be on the body in order to fill all the background screen.body { background-color: var(--main-bg);}
Anyway, congrats, your solution seems really great.
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