
Design comparison
Community feedback
- @laurice-mPosted 8 days ago
I appreciate the hard work you put into your project. You did a good job! Within the HTML, I would use less 'IDs' and change them into 'classes' because IDs are only allowed to be used once within a project and this would have an impact on project stability.
I see that you kindly put a max-width on the CSS 'body' selector, this could run into trouble if someone has a screen larger than 1440px. Instead, I would kindly put it on your 'main' selector instead.
Just another quick note to mention that the <h1> tag is nicely supposed to include an <a> tag that would theoretically point to the blog article. Within the CSS, you would nicely need to style the 'a' selector as well.
You're doing great and we're in this together! Kudos!
0@olivioruiPosted 7 days ago@laurice-m Thanks for your feedback! I'll study and improve the skills more and more.
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