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

four card section using flexbox bem scss

@SahasSaurav

Desktop design screenshot for the Four card feature section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


any kind of recommendation is accepted

Community feedback

P
Matt Studdert 13,611

@mattstuddert

Posted

Nice work on this challenge, Sahas! As Douglas mentioned, your page isn't scrolling. This is because you've got overflow: hidden; on the .container, which should be removed. Also, you're using a div with a class of .l-heading for the main heading. A h1 would be a much better element to use here as it actually adds to the content hierarchy, whereas the div element is just a generic structural element.

Keep up the great work!

1

@DouglasVarollo

Posted

In web version, your page not scrolling.

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