Mannix
KPCKevin Powell - Community
•Created by Faker on 11/20/2024 in #front-end
width of anchor tag of a vertical navigation bar not being set properly
:thumbup:
12 replies
KPCKevin Powell - Community
•Created by Faker on 11/20/2024 in #front-end
width of anchor tag of a vertical navigation bar not being set properly
yup 🙂
12 replies
KPCKevin Powell - Community
•Created by Faker on 11/20/2024 in #front-end
width of anchor tag of a vertical navigation bar not being set properly
devtools is your friend use it 😄
12 replies
KPCKevin Powell - Community
•Created by Faker on 11/20/2024 in #front-end
width of anchor tag of a vertical navigation bar not being set properly
then on
a
you can do padding: 1rem 2rem;
12 replies
KPCKevin Powell - Community
•Created by Faker on 11/20/2024 in #front-end
width of anchor tag of a vertical navigation bar not being set properly
remove the default padding from the ul 😉
12 replies
KPCKevin Powell - Community
•Created by Victor Gonzalez on 11/18/2024 in #front-end
Creating an inverted border-radius with CSS
you can't set css variable as a property
20 replies
KPCKevin Powell - Community
•Created by Victor Gonzalez on 11/18/2024 in #front-end
Creating an inverted border-radius with CSS
it not a property it a value of a property
20 replies
KPCKevin Powell - Community
•Created by kikuti on 11/7/2024 in #front-end
Sidebar sidebar like explorer
maybe this video will help you https://www.youtube.com/watch?v=rvKCsHS590o
20 replies
KPCKevin Powell - Community
•Created by peterpumkineaterr on 11/7/2024 in #front-end
how can i achieve this section ?
also its kinda hard to tell if the tags are on the other side of the subheading or both heading and subheading
8 replies
KPCKevin Powell - Community
•Created by peterpumkineaterr on 11/7/2024 in #front-end
how can i achieve this section ?
do you have any experience with grid ??
8 replies
KPCKevin Powell - Community
•Created by peterpumkineaterr on 11/7/2024 in #front-end
how can i achieve this section ?
did you ever used grid areas ??
8 replies
KPCKevin Powell - Community
•Created by peterpumkineaterr on 11/7/2024 in #front-end
how can i achieve this section ?
you can use grid with your current html structure or wrap things and use flexbox
8 replies
KPCKevin Powell - Community
•Created by empty on 11/5/2024 in #front-end
how to select the last div that has class 'visible' in a container using CSS selector?
thanks to Kevin's latest video i found simpler solution
basically this goes from the bottom and selects only first item that it finds with the class visible
9 replies
KPCKevin Powell - Community
•Created by Rio200 on 11/5/2024 in #front-end
Huge table excel into html
have you tried looking online for a tool that would convert spreadsheet to a html table ?
10 replies
KPCKevin Powell - Community
•Created by empty on 11/5/2024 in #front-end
how to select the last div that has class 'visible' in a container using CSS selector?
Honestly no idea i just used https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-last-child and did trial and error to get expected result. I'm really bad with the nth selector but somehow managed to make it work 😛
9 replies
KPCKevin Powell - Community
•Created by empty on 11/5/2024 in #front-end
how to select the last div that has class 'visible' in a container using CSS selector?
9 replies
KPCKevin Powell - Community
•Created by Faker on 11/3/2024 in #front-end
Can we add an event listener in a conditional statement ?
wouldn't it be better to have a conditional inside a event listener ?
39 replies
KPCKevin Powell - Community
•Created by Hidi_ on 10/30/2024 in #front-end
Positioning text with absolute with responsiveness
maybe try using a different unit than % for the right property 😉
21 replies
KPCKevin Powell - Community
•Created by GeorgeDash on 10/26/2024 in #front-end
Sections overlapping
since you said you are using fixed height i guess the content is bigger then set height so you get overflow. So you need to add
oveflow: auto;
on the children of that flex parent. Also why are you using fixed heights? that is just asking for troubles8 replies
KPCKevin Powell - Community
•Created by peterpumkineaterr on 10/26/2024 in #front-end
no matter what i try scroll won't go away
no problem. Next time you should mention this happens only on mobiles 🙂
6 replies