"Hey Skep, you have like a full year to plan this, you think you might want to spend some of that time learning CSS grid?" "Nah I'll wing it a week and a half into the event"
Grids are weird and scary. The foods look yummy though, and on theme! Would it be wrong to make banana bread now that there's already banana bars? o.o💦
dude css grids ROCK i use them like all the time. i also recommend learning css flex. grid protip: if you have a grid container of a fixed height (e.g. 100vh or sometimes 100%) and you want its child element to not interfere with the layout should it have overflow, apply the following to the child element: {height:0;min-height:100%;overflow:auto}. this makes the child not contribute to the layout of the parent and si
mply makes it take up the remaining space. if the child is larger than the remaining space, it will simply scroll. i need to make a blog post about this because this one simple trick saved my ass so many times
@skep Yay, okay!
@brachypelmide I like using flex sometimes! I just tend to forget how it works whenever I make new layouts, but it is easier to understand to me than grids ^^'
The dishes are starting to come in!
"Hey Skep, you have like a full year to plan this, you think you might want to spend some of that time learning CSS grid?" "Nah I'll wing it a week and a half into the event"
Grids are weird and scary. The foods look yummy though, and on theme! Would it be wrong to make banana bread now that there's already banana bars? o.o💦
dude css grids ROCK i use them like all the time. i also recommend learning css flex. grid protip: if you have a grid container of a fixed height (e.g. 100vh or sometimes 100%) and you want its child element to not interfere with the layout should it have overflow, apply the following to the child element: {height:0;min-height:100%;overflow:auto}. this makes the child not contribute to the layout of the parent and si
mply makes it take up the remaining space. if the child is larger than the remaining space, it will simply scroll. i need to make a blog post about this because this one simple trick saved my ass so many times
@Twig Every potluck known to man includes at least three pasta salads, so based off of that logic I wouldn't worry about it. Make what you want!
@skep Yay, okay! @brachypelmide I like using flex sometimes! I just tend to forget how it works whenever I make new layouts, but it is easier to understand to me than grids ^^'