I want to create a flex (or maybe a grid or bootstrap) (I want to use white space as well, about 40px) From 5 to 3 top and 2 bottom (middle) and change to 1 big card and 2 small cards per row. What should I do to find the best way? I m not sure which method is best. Or which method is correct? While I m building a website It s like I did it the wrong way. And my work didn t turn out very well.
My problem is the dynamics and width of the card when reducing the screen size. I would like the card to be able to reduce its width a bit before changing the format. What I do now is I write 5 cards to use. Justify content center with media query (used to reduce the width of the flex container, causing the card to drop to the bottom) There are always a lot of problems and I don t know how to deal with them. (Dynamic even numbers and odd numbers are displayed differently)