Responsive Card Layout (CSS)
Trying to re-create this card layout. I'd like the cards to wrap when screen size is shrunk. However, I can't seem to get the cards to do so with Flex. (Styling isn't exactly the same, just want to get the responsiveness to work).
I tried to use a width of 33% or flex: 33%. How can I achieve this without using media queries or fixed widths?
https://codepen.io/Matt-CopOffMatt/pen/eYXbNdX
I tried to use a width of 33% or flex: 33%. How can I achieve this without using media queries or fixed widths?
https://codepen.io/Matt-CopOffMatt/pen/eYXbNdX

