Design comparison
SolutionDesign
Community feedback
- @RadasinPosted over 1 year ago
Looks good. CSS Line 16
- -fs-16: font-size: 16px;
is an error. Correct is--fs-16: 16px;
. But you don't need a custom property for font size of 16px because 16px = 1rem and its the default font size for browsers.Marked as helpful1@frandomitrovicPosted over 1 year ago@Radasin thank you for your comment. I have a couple of thing that I would like to revisit on this challenge and I will make sure to fix the error that you have stated. Thank you once more for your input!
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