Design comparison
SolutionDesign
Community feedback
- @barnesPosted almost 3 years ago
Take a look at some of the HTML issues that are in the report. I also see things like your paragraph and h1 tags getting explicit classes. You can clean up your HTML and CSS if you target those elements within the div in the CSS.
For example:
.section__link p { /* Your section__link paragraph styles here */ }
0@DevJonatanMoralesPosted almost 3 years ago@barnes Thank you very much at the time I did not remember that.
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