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 Responsive Landing Paage

Paul 120

@SageKyle

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


What is the best way to structure media queries? I still struggle with the mobile-first approach and setting breakpoints. Any advice would be greatly appreciated.

Community feedback

@Kikcreon

Posted

I think it's good to make it like bootstrap (look here : https://getbootstrap.com/docs/5.2/layout/breakpoints/ )

@media only screen and (max-width: 575px) {} @media only screen and (max-width: 767px) and (min-width: 576px) {} @media only screen and (max-width: 991px) and (min-width: 768px) {} @media only screen and (max-width: 1199px) and (min-width: 992px) {} @media only screen and (max-width: 1399px) and (min-width: 1200px) {} @media only screen and (min-width: 1400px) {}

Marked as helpful

0

Paul 120

@SageKyle

Posted

@Kikcreon Thanks a lot.

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