Submitted over 2 years ago
responsive using css flexbox, grid and @media
@rorozoamuhammad
Design comparison
SolutionDesign
Solution retrospective
this my last project as easy challenge so like it πππ
Community feedback
- @Bayoumi-devPosted over 2 years ago
**Hey!**It looks good!...
My suggestions:
Document should have one main landmark
, Contain the section with<main>
.
<main> <section class="socialproof"> //... </section> </main>
- Using more than one
<h1>
is allowed by the HTML specification, but is not considered a best practice. Using only one<h1>
is beneficial for screenreader users, and<h1>
should represent the main heading for the whole page
---> [Multiple
<h1>
elements on one page](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#multiple_h1_elements_on_one_pageAll page content should be contained by landmarks
, Contain the attribution with<footer>
. Hope this help!... Keep codingπ
Marked as helpful0
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