I have the following question regarding CSS-Grid.
I am creating a layout, when min-width: 1500px but I can’t find a way to do it.
Do I have to declare two columns, or is it just one, what about the rows?
The subject has me a bit confused when I try to achieve this layout.
Put the content (heading, paragraph, button) inside its own container so you have two child elements. Then set the parent grid container (cards-container) to a two-column layout.
Also, your media queries are not targeting the card containers, they are targeting the section which is the parent of the card containers. So that wouldn’t affect the layout of the children inside the card containers.