Mannix
KPCKevin Powell - Community
•Created by Myra on 4/1/2025 in #front-end
Notes App
The first one you need choose different font-family looks like FA comes only in uppercase form.
For the second i don't see any problems with the dark theme
10 replies
KPCKevin Powell - Community
•Created by MeiFTW on 3/29/2025 in #front-end
Popup Overflow Horizontally
you have set
white-space: nowrap;
on the p element this will force that long paragraph to be on one line10 replies
KPCKevin Powell - Community
•Created by Myra on 3/24/2025 in #front-end
To-do list
looks good and it is working so job done 🙂
19 replies
KPCKevin Powell - Community
•Created by Myra on 3/24/2025 in #front-end
To-do list
you need to get the data from localstorage turn it back into array then remove selected item from that array and turn the array back to a string a save it in localstorage. You are now removing all entries
19 replies
KPCKevin Powell - Community
•Created by roger on 3/23/2025 in #front-end
Centering the image and text in the bottom of the box
it's just experience it will come with time don't worry 😉
5 replies
KPCKevin Powell - Community
•Created by roger on 3/23/2025 in #front-end
Centering the image and text in the bottom of the box
place-content: end;
and background-position:center;
5 replies
KPCKevin Powell - Community
•Created by Pat66 on 3/5/2025 in #front-end
Begin on media Queries
@media screen and (max-width: 1024px)
16 replies
KPCKevin Powell - Community
•Created by omar_ab(@om4rAb) on 2/18/2025 in #front-end
Having hard time making Image fits the height | not easy as you think
object-fit is for img tags etc
107 replies
KPCKevin Powell - Community
•Created by omar_ab(@om4rAb) on 2/18/2025 in #front-end
Having hard time making Image fits the height | not easy as you think
it's a background-image 😉
107 replies
KPCKevin Powell - Community
•Created by omar_ab(@om4rAb) on 2/18/2025 in #front-end
Having hard time making Image fits the height | not easy as you think
nah I'm not doing voice coms
107 replies
KPCKevin Powell - Community
•Created by omar_ab(@om4rAb) on 2/18/2025 in #front-end
Having hard time making Image fits the height | not easy as you think
we gonna need more. make a codepen 🙂
107 replies
KPCKevin Powell - Community
•Created by omar_ab(@om4rAb) on 2/18/2025 in #front-end
Having hard time making Image fits the height | not easy as you think
have you tried removing
height: 100vh
or changing it to min-height
107 replies
KPCKevin Powell - Community
•Created by thycooon on 2/17/2025 in #front-end
Why does the eventListener just works on the first occasion?
it's different in chrome
28 replies
KPCKevin Powell - Community
•Created by thycooon on 2/17/2025 in #front-end
Why does the eventListener just works on the first occasion?
if an element has one
28 replies
KPCKevin Powell - Community
•Created by thycooon on 2/17/2025 in #front-end
Why does the eventListener just works on the first occasion?
nope i luckily used firefox dev tools you can see event tag on elements there
28 replies
KPCKevin Powell - Community
•Created by thycooon on 2/17/2025 in #front-end
Why does the eventListener just works on the first occasion?
when i clicked the body i saw the event went poof
28 replies
KPCKevin Powell - Community
•Created by thycooon on 2/17/2025 in #front-end
Why does the eventListener just works on the first occasion?
i used browser dev tools
28 replies