Submitted almost 3 years agoA solution to the Digital bank landing page challenge
Responsive landing page using flex-box, css grid and media query
@codebypharaon

Code
Couldn’t fetch repository
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Bayoumi-dev
Hey Ramsès, Congratulations on completing this challenge... You have
accessibility issues
that need to fix.Document should have one main landmark
, Contain the main content with<main>
.
<main> <section id="hero"> //... </section> <section id="services"> //... </section> <section id="articles"> //... </section> </main>
Heading levels should only increase by one
, Useh4
instead ofh5
... Always Make sure you are using the headings in order,Ordered headings
make it easier to navigate and understand when using assistive technologies.
Hope this help!... Keep coding👍
Marked as helpful - @codebypharaon
Hello Ahmed Thanks for your feedback, I saw these issues...I'm going to fix that, then update my solution.
There is a lot of things to learn here so I'm always going to keep CODING. Thanks...
Join 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