Design comparison
SolutionDesign
Solution retrospective
Hi there,
if you have some advices please let me know. :)
Community feedback
- @danielmrz-devPosted 11 months ago
Hello @Szeri323!
Your solution looks great!
I have just one suggestion:
- Since you used Sass, you don't need to use
root
to set your variables. You can set them like this:
Example: $color-white: #fff; $font-poppins: 'Poppins', sans-serif;
and then use
background-color: $color-white;
.I hope it helps!
And Happy New Year!
Marked as helpful1@Szeri323Posted 11 months agoHi @danielmrz-dev,
Thank you for the advice, I changed the code and now it is better.
1 - Since you used Sass, you don't need to use
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