How to make this layout using grid ? Is it possible?
9 Replies
i was thinking same but wasnt sure . anyway the container width is 950px , and the overlapping part is 190px roughly , so I should make 5 columns of 1fr ?
here
no, never make more columns than necessary, just set the widths sensibly
this is a three column situation, probably with a max-width on the left block of text
https://themewagon.github.io/mosaic it seems its animating
do you know any js libraries that can do this?
gsap
how to place the text vertically center ? 😦
i did overlap
use
grid-row
and set the values to the same thing for both children
it works the same as grid-column
but for rows