Malik
KPCKevin Powell - Community
•Created by Malik on 9/2/2024 in #front-end
Styled File Input Keyboard Accessible
Got it. Thank you. For some reason I though using sr-only causes input not to be focused. Thank you once again tho.
4 replies
KPCKevin Powell - Community
•Created by Stephin Maju on 10/8/2023 in #front-end
how to fix this ?
try using
box-shadow;
19 replies
KPCKevin Powell - Community
•Created by Stephin Maju on 10/8/2023 in #front-end
how to fix this ?
Are you using border bottom on hover?
19 replies
KPCKevin Powell - Community
•Created by MikeWill245 on 10/1/2023 in #front-end
centering div issue
Just an advice. Make simplified Codepen of this. It'll be easier for people helping you.
8 replies
KPCKevin Powell - Community
•Created by Malik on 9/29/2023 in #front-end
Icon inside Button
Thank you 💛
21 replies
KPCKevin Powell - Community
•Created by Malik on 9/29/2023 in #front-end
Icon inside Button
yeah the font-size does change. I actually meant atleast it doesn't change the alignment. But yeah the font-size also does change even if i wrap it in span
21 replies
KPCKevin Powell - Community
•Created by Malik on 9/29/2023 in #front-end
Icon inside Button
Thank you for that . I actually didn't want to change the icon size actually but as you said it inherits the button size. Wrapping it in span also works but what you gave also looks good too.
21 replies
KPCKevin Powell - Community
•Created by Malik on 9/29/2023 in #front-end
Icon inside Button
well if I use use icon this way it works.
<span><i class='icon'></i></span>
. But would love to know the reason why.21 replies
KPCKevin Powell - Community
•Created by Malik on 8/12/2023 in #front-end
Index issue maybe
Thanks alot tho for the help. Much appreciated 💛
7 replies
KPCKevin Powell - Community
•Created by Malik on 8/12/2023 in #front-end
Index issue maybe
got it. at first I also tried giving it
z-index
but didn't work. I just checked it was due to isolation:isolate;
.7 replies
KPCKevin Powell - Community
•Created by Malik on 8/12/2023 in #front-end
Index issue maybe
well it did work for the code pen but didn't work for me. I just updated the whole css and fewest possible html.
7 replies
KPCKevin Powell - Community
•Created by Malik on 6/24/2023 in #front-end
Date part to milliseconds.
ok got it. Thank you 💛
12 replies
KPCKevin Powell - Community
•Created by Malik on 6/24/2023 in #front-end
Date part to milliseconds.
I just want them to be changed to milliseconds. I got a function where I'm comparing dates that's why need the whole date into milliseconds. But it's working for me so I got no complains.
Just a question what if the date value is less than jan 1 1970.
12 replies
KPCKevin Powell - Community
•Created by Malik on 6/24/2023 in #front-end
Date part to milliseconds.
Ok understood. But is
.getTime()
the right thing to use. I want my given time to be changed into milliseconds. As you said it gives the number of milliseconds since Jan 1, 1970.12 replies
KPCKevin Powell - Community
•Created by Malik on 5/9/2023 in #front-end
Download anchor tag
sorry for the late reponse.
6 replies
KPCKevin Powell - Community
•Created by Malik on 5/9/2023 in #front-end
Download anchor tag
Every video I've seen where they use the anchor tag with download attribute their file dowloads just by clicking the tag. Mine just opens up. (tried image,pdf they just open up). What am I missing here.
6 replies
KPCKevin Powell - Community
•Created by Malik on 5/12/2023 in #front-end
Dropdown is behind content
Got it, Thank you. 💛
3 replies
KPCKevin Powell - Community
•Created by Malik on 4/26/2023 in #front-end
filter two things
tried a solution and it worked
2 replies
KPCKevin Powell - Community
•Created by Malik on 4/26/2023 in #front-end
Search Preview
ty for the help. I got one more question is if i type too fast or erase fast, i think the code gets overwhelmed and the
cardContent.innerHTML = ""
part skips and shows the previous result and fixes if you write more or erase normally. What would be the solution to that thing. I guess something that tell the code to wait i guess.12 replies