How do you see this can be implemented

for me i see a grid but too much seperators and other stuff, idk if it's only doeable in grid or not
No description
7 Replies
Tok124 (CSS Nerd)
So you want something like this?
No description
Jochem
Jochem4d ago
You can also get away with just defining three columns: https://codepen.io/jochemm/pen/LEYpGzO
Jochem
Jochem4d ago
I'd probably recommend using three columns and two rows though, that gives you a little more control over the paragraph of text
Tok124 (CSS Nerd)
Yeah that first column really did not make much sense to me other than that the text goes in that column that i noticed just now, but yeah, that can be done with just some padding
Tok124 (CSS Nerd)
@Dev_HK But if you really wanna go with the layout that you described, 4 columns, 3 rows, here is the codepen for that https://codepen.io/tok124/pen/KwKdVyw I also changed the text now so it's in the second column instead of starting from first and span to second column
Tim
CodePen
Untitled
...
Jochem
Jochem4d ago
this is what I'd probably used myself (though I'm sure it could use some cleanup, I'm rusty, it's almost 1am) https://codepen.io/jochemm/pen/RNwWrLB
Dev_HK
Dev_HKOP4d ago
yep exactly thank you so much

Did you find this page helpful?