Design comparison
SolutionDesign
Community feedback
- @dawidPoznanskiPosted 10 months ago
Hi, great job! But I would like to add some small changes to your code. Let's start by changing
<h2>HTML & CSS foundations</h2>
It's not necessary to use theh2
element you can do it by<a href="#">HTML & CSS foundations</a>
because its link to a course. And you can delete all lines from 21 to 31 in your HTML file. About CSS file you should use a Prettier format or something similar to add space between classes like you add classbody { some CSS code ... } main { some CSS code ... }
And try to not add empty spaces like in lines 10 or 17-18. Anyway, congrats to the end of this challenge :D
Marked as helpful1
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