That one grid-content Video
Do you know that situation, remembering a video but you just can't find it? yep.
Hope I was not dreaming... wasn't there a video or stream (maybe pen) where Kevin showed off, perhaps just briefly, a refined grid layout for content? A center line for multi-columns and/or pull-out bits were added.
The only thing I found is the one explaining how we can avoid wrapper containers, which isn't it β link for research wanted dead or alive
3 Replies
i think this is the video you are referring to: https://www.youtube.com/watch?v=c13gpBrnGEw&t=797s
and the pen: https://codepen.io/kevinpowell/pen/ExrZrrw
Kevin Powell
YouTube
A new approach to container and wrapper classes
The wrapper or container is probably the most common design pattern around, but after coming across an article by Stephanie Eckles looking at how we can use a grid to emulate a container, and have simple breakouts β https://smolcss.dev/#smol-breakout-grid β I had an idea of how we could do this to completely drop the idea of containers, and then...
Thanks for your time! unfortunately thats the video I found aswell, but it does not show the thing I remember (maybe I'm losing my mind).
My wildest guess is that the bit of content was briefly demonstrated in an unrelated video ... or one of the subgrid ones π I will go on searching
I think it was this one https://www.youtube.com/watch?v=Ivk8Blw2VTI
Kevin Powell
YouTube
How to escape the container on only one side
π If youβve been writing CSS for awhile now but youβre having trouble making that next step up with is, you might be interested in my course CSS Demystified: https://kevinpowell.co/courses?utm_campaign=general&utm_source=youtube&utm_medium=full-width-one-side
Having something be full-width on a website isn't hard, and there are even some neat t...