Caio Marcellus
Caio Marcellus
KPCKevin Powell - Community
Created by Caio Marcellus on 8/23/2024 in #front-end
Broken images do not respect css?
For some reason adding a placeholder of any size will behave as I would expect. Without an image it behaves weirdly, that's what's bugging me
17 replies
KPCKevin Powell - Community
Created by Caio Marcellus on 8/23/2024 in #front-end
Broken images do not respect css?
The aspect ratio follows the grid, actually
17 replies
KPCKevin Powell - Community
Created by Caio Marcellus on 8/23/2024 in #front-end
Broken images do not respect css?
I show you the site! It's in the Our Solution section https://pfwces.netlify.app/
17 replies
KPCKevin Powell - Community
Created by Caio Marcellus on 8/23/2024 in #front-end
Broken images do not respect css?
Oh, the structure is There is a section that gets 100% of the page A div that is a container set to 95% + margin auto thena div that is a grid, with template columns 1fr 1fr 43%. Then a div that is a wrapper for the img. So the ima is 100% of its parent, that lives inside of a grid. That works for any size of image
17 replies
KPCKevin Powell - Community
Created by Igor Milenkovic on 11/9/2023 in #front-end
Align cards items in defined grid
So, when there is no new, you want the titles no to be aligned?
16 replies
KPCKevin Powell - Community
Created by Igor Milenkovic on 11/9/2023 in #front-end
Align cards items in defined grid
But yeah, subgrid is the best option
16 replies
KPCKevin Powell - Community
Created by Igor Milenkovic on 11/9/2023 in #front-end
Align cards items in defined grid
and a height for the title as well, foreseeing a height of three lines
16 replies
KPCKevin Powell - Community
Created by Igor Milenkovic on 11/9/2023 in #front-end
Align cards items in defined grid
First thing, the space for new should always be there. I would add a height to that
16 replies
KPCKevin Powell - Community
Created by Igor Milenkovic on 11/9/2023 in #front-end
Align cards items in defined grid
I am not sure I understand what you want, Igor
16 replies
KPCKevin Powell - Community
Created by Caio Marcellus on 9/13/2023 in #front-end
Grid auto-fit
hahaha 🙂
43 replies
KPCKevin Powell - Community
Created by Caio Marcellus on 9/13/2023 in #front-end
Grid auto-fit
See, this is possible. I just testes the code below in another part of my code repeat(auto-fit, minmax(100px, 200px) minmax(200px, 300px))
43 replies
KPCKevin Powell - Community
Created by Caio Marcellus on 9/13/2023 in #front-end
Grid auto-fit
I just dont know ho to do it with two differente column sizes
43 replies
KPCKevin Powell - Community
Created by Caio Marcellus on 9/13/2023 in #front-end
Grid auto-fit
See, if I do it like this, it works repeat(auto-fit, minmax(320px,1fr))
43 replies
KPCKevin Powell - Community
Created by Caio Marcellus on 9/13/2023 in #front-end
Grid auto-fit
It is actually valid the one I put there. But it doesnt work the way I wanted it to
43 replies
KPCKevin Powell - Community
Created by Caio Marcellus on 9/13/2023 in #front-end
Grid auto-fit
Yeah, I know. But I wanted to explore the tool =))
43 replies
KPCKevin Powell - Community
Created by doki3 on 8/31/2023 in #front-end
Vertically centering a number
Doesnt solve it 😦
31 replies
KPCKevin Powell - Community
Created by doki3 on 8/31/2023 in #front-end
Vertically centering a number
Sorry, the best solution I came up with was using padding-top .25em
31 replies
KPCKevin Powell - Community
Created by doki3 on 8/31/2023 in #front-end
Vertically centering a number
@doki3 I think I can help you. DO you have your project deployed somewhere for me to make some tests?
31 replies