sebin
sebin
KPCKevin Powell - Community
Created by sebin on 11/24/2023 in #front-end
Can I use AOS library animation on my php file?
My animation on AOS is not working. Im thinking that the problem is I am already using a GSAP. Any recommendation how to implement AOS while using also a gsap?
2 replies
KPCKevin Powell - Community
Created by sebin on 11/22/2023 in #front-end
Phone overlap on a container
No description
4 replies
KPCKevin Powell - Community
Created by sebin on 10/10/2023 in #front-end
React Problem with Tailwind?
No description
1 replies
KPCKevin Powell - Community
Created by sebin on 5/28/2023 in #front-end
Filenames in Github
6 replies
KPCKevin Powell - Community
Created by sebin on 5/27/2023 in #front-end
Pop up model issue when clicking outside
10 replies
KPCKevin Powell - Community
Created by sebin on 5/20/2023 in #front-end
Should I seperate CSS Files?
9 replies
KPCKevin Powell - Community
Created by sebin on 3/28/2023 in #back-end
Data Flow Diagram simplify
1 replies
KPCKevin Powell - Community
Created by sebin on 3/24/2023 in #front-end
Input Field Function on JS
Hey guys can I ask how can I implement a function on js. This is my brain thinks when click on a input field the h1 title should be change to somewhat any color to make the title h1 focus. I have a h1 title which is Question 1 that has color black and I have also a Input where they should put an answer.
15 replies
KPCKevin Powell - Community
Created by sebin on 3/23/2023 in #front-end
Checkbox Problem or my HTML?
11 replies
KPCKevin Powell - Community
Created by sebin on 2/20/2023 in #front-end
Web Relationship Sketch.
Hello Can I ask what is Website Relationship Sketch? I am only familiar with Website sketch which is the wireframe.
1 replies
KPCKevin Powell - Community
Created by sebin on 2/14/2023 in #front-end
Pop up Modal Problem with other element behind it.
14 replies
KPCKevin Powell - Community
Created by sebin on 2/13/2023 in #front-end
Modal Issue
Hey I've been searching for some easy tutorial about pop up modal and I made this simple Pop up modal. Basically I follow it from the yt I've saw. and now running the problem that it is not working. IDK why. a help would be appreciated from u guys. https://codepen.io/pen?template=WNgeMZJ
4 replies
KPCKevin Powell - Community
Created by sebin on 2/13/2023 in #front-end
What is the best property to use when it comes to text responsiveness?
I'm pretty new on using media Q. I'm just wondering what is the best property to use to make a text responsive ? Im only using a vw on my font units and sometimes clamp().
2 replies
KPCKevin Powell - Community
Created by sebin on 2/11/2023 in #front-end
Codepen Issue
hey just wondering why I cant use the tab button to finish my code in codepen like the way I'm using it before. like I'm typing .container + tab it will make a div class of container for me but now its not working.
30 replies
KPCKevin Powell - Community
Created by sebin on 2/2/2023 in #front-end
How to hide some of my files when uploading my web?
5 replies
KPCKevin Powell - Community
Created by sebin on 10/24/2022 in #front-end
[Solved] CSS Hamburger size Problem
This is the code pen for reference : https://codepen.io/pen?template=QWxLBQK How can I shrink the hamburger size similar to the size of the search icon. I tried adjusting the height and width / padding / margin and I can't copy the size of my search Icon.
5 replies
KPCKevin Powell - Community
Created by sebin on 10/16/2022 in #front-end
Problem in Media Quarry
I have this img in my html and I want to shrink the image down when it hits 600px but its not working. Can someone help or explain to me how images scale down in Media Quarry
.left img{
width: 200px;
padding-top: 120px;
padding-bottom: 10px;
}


and this is my media
@media only screen and (max-width: 600px) {
.left img{
width: 100px;

}
.left img{
width: 200px;
padding-top: 120px;
padding-bottom: 10px;
}


and this is my media
@media only screen and (max-width: 600px) {
.left img{
width: 100px;

}
29 replies