Design comparison
SolutionDesign
Community feedback
- @suhaib52Posted almost 2 years ago
Your code is looking clean and easy to read. Try to use :root to define the colors once at the start of the css sheet and then just call them by using color: var(). It is also nice if you define the font in the style sheet rather than in the html file. For image it is also good practice to add the width and height attribute in the image tag.
Marked as helpful1@ViniciusMassariPosted almost 2 years ago@suhaib52 Thank you ! I'm gonna try it
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