Skip to content
  • Learning paths
  • Challenges
  • Solutions
  • Articles
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted almost 3 years ago

Responsive landing page using flex-box, css grid and media query

Ramsès Jr•30
@codebypharaon
A solution to the Digital bank landing page challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)
Code
Couldn’t fetch repository

Please log in to post a comment

Log in with GitHub

Community feedback

  • Ahmed Bayoumi•6,700
    @Bayoumi-dev
    Posted almost 3 years ago

    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, Use h4 instead of h5... 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
  • Ramsès Jr•30
    @codebypharaon
    Posted almost 3 years ago

    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
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub