Submitted 9 months ago
Responsive stats-preview-card-component web
@MoneebAliKarrar
Design comparison
SolutionDesign
Solution retrospective
I'll be happy to have any feedback on my code structure.
Community feedback
- Account deleted
Hey! π @MoneebAliKarrar
Really great job! ππ I have some suggestions for improvement:
- Go for semantic HTML elements to improve accessibility and SEO. For example, use
<section>
instead of<article>
if the content is not a standalone article so to say. Put the<footer>
at the bottom, outside of the main content. - For Goodle Fonts, importing them in the HTML via
<link>
is better for performance. - Instead of the width property, you can use max-width for better scalability and responsiveness.
Again, great job! π
0 - Go for semantic HTML elements to improve accessibility and SEO. For example, use
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