tototriou15
tototriou15
KPCKevin Powell - Community
Created by bonaventure on 7/2/2024 in #front-end
i have a container that contains 6 items and i want 3 items of the exact same size in each row
take a look a html table or css grid I think both could work
26 replies
KPCKevin Powell - Community
Created by bonaventure on 7/2/2024 in #front-end
i have a container that contains 6 items and i want 3 items of the exact same size in each row
and to be honest i don't use grid either but I should in some cases it would save me a lot of time and useless css
26 replies
KPCKevin Powell - Community
Created by bonaventure on 7/2/2024 in #front-end
i have a container that contains 6 items and i want 3 items of the exact same size in each row
maybe you can use html table but not the best idea if you really don't want to use grid
26 replies
KPCKevin Powell - Community
Created by bonaventure on 7/2/2024 in #front-end
i have a container that contains 6 items and i want 3 items of the exact same size in each row
grid might be the best option
26 replies
KPCKevin Powell - Community
Created by empty on 6/26/2024 in #front-end
Problem with transition height
sorry i changed it to fixed in my gif to make it work
18 replies
KPCKevin Powell - Community
Created by empty on 6/26/2024 in #front-end
Problem with transition height
No description
18 replies
KPCKevin Powell - Community
Created by empty on 6/26/2024 in #front-end
Problem with transition height
your component is already on top of the page
18 replies
KPCKevin Powell - Community
Created by empty on 6/26/2024 in #front-end
Problem with transition height
instead of position sticky
18 replies
KPCKevin Powell - Community
Created by empty on 6/26/2024 in #front-end
Problem with transition height
use position: fixed and it works
18 replies
KPCKevin Powell - Community
Created by tototriou15 on 6/23/2024 in #front-end
not working on apple
now it's working on phone need to check on tablet
18 replies
KPCKevin Powell - Community
Created by tototriou15 on 6/23/2024 in #front-end
not working on apple
Maybe delete it, I don't think it adds an "stylish" animation, which would solve my problems
18 replies
KPCKevin Powell - Community
Created by tototriou15 on 6/23/2024 in #front-end
not working on apple
I don't have icons either at the end
18 replies
KPCKevin Powell - Community
Created by tototriou15 on 6/23/2024 in #front-end
not working on apple
No description
18 replies
KPCKevin Powell - Community
Created by tototriou15 on 6/23/2024 in #front-end
not working on apple
I'm using different fonts that don't work, an animation on my landing page with the 2 circles rotating but not in the right place, and media query that doesn't work. I have 2 layouts for my landing page and it doesn't detect that I'm using a phone or any device less than 800pixels wide.
18 replies
KPCKevin Powell - Community
Created by tototriou15 on 6/23/2024 in #front-end
not working on apple
thx for the explanation I was starting to become completly insane
18 replies
KPCKevin Powell - Community
Created by tototriou15 on 6/23/2024 in #front-end
not working on apple
edge neither
18 replies
KPCKevin Powell - Community
Created by tototriou15 on 6/23/2024 in #front-end
not working on apple
no it isn t I've tested it on chrome on apple and isn't working
18 replies
KPCKevin Powell - Community
Created by tototriou15 on 6/23/2024 in #front-end
not working on apple
i ll try this but the whole css is destroyed not gonna lie I'm a bit scared that I'll have to do it again only because apple do something on my style sheets, maybe not taking it all
18 replies
KPCKevin Powell - Community
Created by Vandana on 6/24/2024 in #front-end
Math.round()
to get 3 decimals
12 replies
KPCKevin Powell - Community
Created by Vandana on 6/24/2024 in #front-end
Math.round()
In one of my project I use "Number(number).toFixed(3)"
12 replies