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 feature section

@Leone-Ricardo

Desktop design screenshot for the Four card feature section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

hitmorecode 6,230

@hitmorecode

Posted

Congratulations well done. Just one issue

This is causing the cards not to be equal in width when screen size is 760px. If you remove width: auto; this will be fixed.

@media (max-width: 760px) {
  .box {
    flex-direction: column;
    width: auto; /* Altere a largura base para 100% */ /* Remova a largura máxima para as boxes se ajustarem */
  }
}
1

@Leone-Ricardo

Posted

Thank you for your comment man! I tried, I don't know how many times (I lost count lol) to get the width of the cards right, that when I remembered to fix it, I had already deployed it... But thanks for giving me a tip!@hitmorecode

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