Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Easybank landing page using HTML, CSS, JS

@JesseOlisa

Desktop design screenshot for the Easybank landing page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
3intermediate
View challenge

Design comparison


SolutionDesign

Solution retrospective


Finally completed this challenge. Please any feedback will be appreciated.

Community feedback

@ezechuka

Posted

Well done chief! Your CSS looks neat. However, I do have some suggestion. On the mobile menu, the links doesn't show because the text-color is white.

You can change it from this:

.nav-links-container li {
        color: var(--dark-blue);
        font-weight: 500;
    }

to this:

.nav-links-container li a {
        color: var(--dark-blue);
        font-weight: 500;
    }

And it should work.

Also nice job chief :)

Marked as helpful

1

@JesseOlisa

Posted

@ezechuka Oh!! 😅 Thank you so much for the heads up I will update it now

1

Please log in to post a comment

Log in with GitHub
Discord logo

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