Noobtacular
KPCKevin Powell - Community
•Created by Gega on 9/8/2023 in #front-end
Code Refactoring JavaScript
Everything was grouped very cleanly in those two foreach loops making the code easier to read and understand.
13 replies
KPCKevin Powell - Community
•Created by Gega on 9/8/2023 in #front-end
Code Refactoring JavaScript
Frankly, I like the way it was as it uses foreach in a really good way.
13 replies
KPCKevin Powell - Community
•Created by Gega on 9/8/2023 in #front-end
Code Refactoring JavaScript
Were you trying to find more than one?
13 replies
KPCKevin Powell - Community
•Created by Gega on 9/8/2023 in #front-end
Code Refactoring JavaScript
Well
document.querySelector(".link");
is only going to find the FIRST .link
element, not any of the others.13 replies
KPCKevin Powell - Community
•Created by Aozen on 2/28/2023 in #front-end
for some reason paint-order is not working on chrome but https://caniuse.com/?search=paint-order
Well I gotta run. Good luck.
39 replies
KPCKevin Powell - Community
•Created by Aozen on 2/28/2023 in #front-end
for some reason paint-order is not working on chrome but https://caniuse.com/?search=paint-order
Why you using text properties like
text-align: center;
then?39 replies
KPCKevin Powell - Community
•Created by Aozen on 2/28/2023 in #front-end
for some reason paint-order is not working on chrome but https://caniuse.com/?search=paint-order
Try
-webkit-text-stroke-width: 4px;
instead of 14px
39 replies
KPCKevin Powell - Community
•Created by Aozen on 2/28/2023 in #front-end
for some reason paint-order is not working on chrome but https://caniuse.com/?search=paint-order
He isn't doing SVG.
39 replies
KPCKevin Powell - Community
•Created by Aozen on 2/28/2023 in #front-end
for some reason paint-order is not working on chrome but https://caniuse.com/?search=paint-order
Well a 14px stroke width will just about do what you are looking at. It will almost entirely overwrite everything.
39 replies
KPCKevin Powell - Community
•Created by Aozen on 2/28/2023 in #front-end
for some reason paint-order is not working on chrome but https://caniuse.com/?search=paint-order
Have you tried moving the paint-order property up above the stroke and fill lines?
39 replies
KPCKevin Powell - Community
•Created by argbet on 9/21/2022 in #front-end
Font-size is insanely small!
Dev tools only fixes your code the in browser, you reload the page and all your fixes are gone. Make sure you move your fixes to the original files.
13 replies
KPCKevin Powell - Community
•Created by MuhammedAlaa on 9/19/2022 in #front-end
issue with infinity free
I'm not familiar with this host. But this is a routing problem. File directory locations don't necessarily have anything to do with how it gets routed. It could be that host simply routes everything to the root level. Your host should have a help page somewhere though that discusses how things get routed.
5 replies