Need help with grid

I need to make something looks like that


using grid. So i need 3 columns with blocks which have same width but diff height.
In each i have some spans with one word which must adapts to the blocks width and in one row must be max of the spans while width allows.
Sorry for Paint :slight_smile:
Thanks.

What have you tried? Do you have some project online you can link to, like a Codepen?

Take a look a look at my tribute page for 2 columns. A few adjustments should add a third column. Desktop view will show multiple columns.

https://codepen.io/dzamora54/pen/wEYGrY

Try making spans 100% width to see if that fills the width of the box.

I have a project online but cant show it now. I used grid some some times and solved my problems which i had but now i dont see the way to make something like on the tamplate.