Quantcast
Channel: Active questions tagged flexbox - Stack Overflow
Viewing all articles
Browse latest Browse all 1318

grid css 2 column and second column with 2 rows

$
0
0

I am new to the grid css and I want to achieve somenthing like thisenter image description here

I'm stuck with the first one and can't fix the proper ordering of the 2nd column

Here's what I did

.image-wrapper {        display: grid;        gap: 1.5rem;        grid-template-columns: repeat(2, 1fr);        .image-container:nth-child(1) {            grid-column-start: 1;        }        .image-container:nth-child(2) {            grid-column-start: 2;            grid-row: 2;        }        .image-container:nth-child(3) {            grid-column-start: 2;            grid-row: 3;        }    }

Viewing all articles
Browse latest Browse all 1318

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>