! nier
KPCKevin Powell - Community
•Created by ! nier on 11/11/2023 in #front-end
Help with footer layout
8 replies
KPCKevin Powell - Community
•Created by ! nier on 11/9/2023 in #front-end
Help centering an element in a flex container
7 replies
KPCKevin Powell - Community
•Created by ! nier on 11/5/2023 in #os-and-tools
Local Host on Mobile
I tried with my network IP and the port of the server but it doesn't seem to work
13 replies
KPCKevin Powell - Community
•Created by ! nier on 11/5/2023 in #front-end
Clamp function
What do you think about the clamp function used to declare font-sizes and sizes for a semi-auto responsive design?
I discovered it recently and I'm using it for a project and it seems pretty good, however I don't usually see other devs use it.
3 replies
KPCKevin Powell - Community
•Created by ! nier on 11/2/2023 in #front-end
Flex container issue
Hi, I have a problem with a flex container
info-cards
with flex-wrap active. The container has 3 cards that by default are on the same row, but if the vw gets too small they break in other rows. The problem is that when this happens the width of the container keeps on being 100% while I'd need it to just fit its content so that it can stay horizontally centered. I can fix it using media queries but I'd rather have a cleaner code. Here's the codepen: https://codepen.io/uzhas/pen/gOqwXGm16 replies