Zempai
KPCKevin Powell - Community
•Created by Simon on 11/15/2024 in #front-end
CSS – building a cohesive spacing economy in website projects
-# Simon posted from his home account
Interesting selector, will fiddle around with it
5 replies
KPCKevin Powell - Community
•Created by LachsDuJour on 11/4/2024 in #front-end
When text gets in two lines
Indeed an interesting case. I was dealing with content sensitive demands here and there, mostly realizing that it may not be a job for CSS but needs to be solved either by design or actual programming.
Limiting the label's inline-space with magic numbers (20ch) would be the "best" CSS can do, other than that I am clueless aswell.
That balance renders a block is unfortunate ...lol
Thanks for sharing 🙆
47 replies
KPCKevin Powell - Community
•Created by Zempai on 11/7/2024 in #front-end
CSS – managing grid-template-columns sizes with classes
Thank you for your well formed questions. I guess my mind was indeed reeling while I tried to present my issue.
While working along Kevin's videos, I ended up with the goal to create a modular and isolated grid-layouting boilerplate(?) which could be included as a component to an existing CSS framework.
-# (because I feel like thats somewhat missing there)
But along the way I reached my skill-cap and kind of was not sure how and where to continue refining bits an pieces of what is saved in the codepen.
The special content-areas like .featured or .breakout clearly demand
padding
, if colorfully highlighted. Therefore I got interested in asking ‚how would others solve that?‘
My second issue right now is extending the grid-template-columns
or size calc
ulations without destroying it 😂
...
Your proposal to always take the extra space into account seems like "the cleanest" if I can get it to work.
Refering to the pen, should/can I add this minmax()
to the existing width variables? – or is this the wrong place to do that
I do see that a boilerplate like this will always be incomplete and needs fine-tuning – but having the most common layouting snippets ready to use seems reasonable.5 replies
KPCKevin Powell - Community
•Created by Zempai on 10/29/2024 in #front-end
That one grid-content Video
I think it was this one https://www.youtube.com/watch?v=Ivk8Blw2VTI
4 replies
KPCKevin Powell - Community
•Created by Zempai on 10/29/2024 in #front-end
That one grid-content Video
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
4 replies