CSS Grid question (first row with 3 columns, second row with 4 columns)
Is there any easy way to set this up without having to declare strange spans? Or making the grid be 12 columns.
3 Replies
this is the way i do it, (which for me isn't strange, maybe just getting used to it)
https://codepen.io/MarkBoots/pen/wBwKBWq
I guess I should say I framed this incorrectly.
That is what I currently have and was wondering if there's a better way to do it other than makes 12 sections?
wel, maybe for you it is earier to use it together with subgrid so you can mark up the rows