Design comparison
SolutionDesign
Solution retrospective
please Tell me how i can improve
Community feedback
- @thomashertogPosted over 3 years ago
first things first there are still 2 accessibility issues on the report you can fix. other than that, almost everything in your HTML is a div, please check if you can use more semantic elements. remove the style attribute for the "insights" span and move that to your CSS file
as for the CSS code, structure it so you can put all of your code into one media query (instead of the same media query scattered throughout the file)
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