Not Found
Request path contains unescaped characters
Request path contains unescaped characters
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

CSS Flexbox

@Captressketh001

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


I will love to have a feedback on how I can make the toggle better

Community feedback

@MartineauRemi

Posted

Hey ! You did a great job :) Concerning the menu toggle, I think it should work with only this in your main.js file :

$(function() {
    $(".toggler").on("click", function(){
        $(".nav-items").toggleClass("active");
    })
})
0

@Captressketh001

Posted

@MartineauRemi Thank you, I will update that

0

@Sam-Guliker

Posted

Hi Captress,

You're almost there. You can still improve the HTML by using aria labels on the <a> tag. Next to that check the headings, H5 doesn't seem neccisary.

Design wise, check the fonts, paddings and buttons.

Have a good day

0

@Captressketh001

Posted

@Sam-Guliker Thanks for this feedback. I will work on them

0

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