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

Responsive design using css flexbox

#accessibility
Yeni 180

@YeniUvwo

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


my middle boxes kept getting squashed when scaling down between my screens

Community feedback

P
jumiranda5 280

@jumiranda5

Posted

Hi! I couldn't figure out why the middle column is shrinking more than the others... but have you tried using flex-grow: 1? w3 flex-grow

Marked as helpful

0

@enzo-mir

Posted

Hello ! nice work, to avoid this "middle box squashed" try to set you section in grid as :

  • display : grid; grid-template-columns : repeat(3, 1fr);

and set the grid-template-columns to 1fr at you breakpoint to get 1 column it will be more responsive friendly ! Well done ;)

Marked as helpful

0

Yeni 180

@YeniUvwo

Posted

Argh yes! Thank you so much @enzo-mir

1
Yeni 180

@YeniUvwo

Posted

Issue resolved. Thanks again! @enzo-mir

1

@enzo-mir

Posted

@YeniUvwo No problems ! Nice solution i see ;)

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