lko
KPCKevin Powell - Community
•Created by Dovah on 3/29/2025 in #front-end
What do they mean by "focus" state here? (second picture with white background)
It looks like they just added an outline
18 replies
KPCKevin Powell - Community
•Created by Dovah on 3/29/2025 in #front-end
What do they mean by "focus" state here? (second picture with white background)
You can style it with
18 replies
KPCKevin Powell - Community
•Created by Dovah on 3/29/2025 in #front-end
What do they mean by "focus" state here? (second picture with white background)
18 replies
KPCKevin Powell - Community
•Created by Dovah on 3/29/2025 in #front-end
What do they mean by "focus" state here? (second picture with white background)
From MDN:
It is generally triggered when the user clicks or taps on an element or selects it with the keyboard's Tab
key.
18 replies
KPCKevin Powell - Community
•Created by lko on 3/29/2025 in #front-end
Can you create a carousel in a .container, but with visible overflow with plain CSS?
I have them too, but designers have the power
8 replies
KPCKevin Powell - Community
•Created by lko on 3/29/2025 in #front-end
Can you create a carousel in a .container, but with visible overflow with plain CSS?
Ok thanks, apparently there are people already discussing about it https://github.com/w3c/csswg-drafts/issues/7246
8 replies
KPCKevin Powell - Community
•Created by lko on 3/29/2025 in #front-end
Can you create a carousel in a .container, but with visible overflow with plain CSS?
@Tok124 (CSS Nerd) I know you can't swipe, that's fine, the point is, can I replicate, in a scroll container, the overflow you see on the right? but still keeping them in the
.container
?8 replies
KPCKevin Powell - Community
•Created by Helgi on 1/26/2025 in #front-end
grid
You jsut have 3 rows on your grid so it's probably too notice that it's centered, if you set the rows to 2 and set the height of the body to 500vh you can see it
5 replies
KPCKevin Powell - Community
•Created by snxxwyy on 1/12/2025 in #front-end
picking arrow functions vs regular functions
The only difference i think is that you can return stuff more easily with arrow function, for example
21 replies
KPCKevin Powell - Community
•Created by nibu on 12/8/2024 in #front-end
help with assignment
If it's that simple just ask chatgpt
5 replies
KPCKevin Powell - Community
•Created by ferret13 on 12/8/2024 in #front-end
Show and Hide table row with animations
Now it works, I forgot to tell you about the
transition-behavior: allow-discrete
29 replies
KPCKevin Powell - Community
•Created by ferret13 on 12/8/2024 in #front-end
Show and Hide table row with animations
29 replies
KPCKevin Powell - Community
•Created by ferret13 on 12/8/2024 in #front-end
Show and Hide table row with animations
It's because you can't transition from display none to another type of display. Until recently, take a look at this:
https://developer.mozilla.org/en-US/docs/Web/CSS/@starting-style#transitioning_elements_on_dom_addition_and_removal
29 replies
KPCKevin Powell - Community
•Created by McMarty on 12/7/2024 in #front-end
Questions about CSS landscape
What's the question
12 replies
KPCKevin Powell - Community
•Created by theseeker on 11/10/2024 in #front-end
Create this Layout
No the image was wider because he didnt set a max-width: 100% so it was overflowing, but yeah it would still be wider
45 replies
KPCKevin Powell - Community
•Created by theseeker on 11/10/2024 in #front-end
Create this Layout
Well it looks like the left part is 807px wide, but in the website you can't say that the flex basis is 807px because it would suck, you have to find a way to make it responsive and still make it look good, I saw you used percentages, and i think that's a great solution
45 replies
KPCKevin Powell - Community
•Created by theseeker on 11/10/2024 in #front-end
Create this Layout
I just added this:
45 replies
KPCKevin Powell - Community
•Created by theseeker on 11/10/2024 in #front-end
Create this Layout
it seems pretty much the same, the onlydifference is that the green part in the design is wider
45 replies
KPCKevin Powell - Community
•Created by theseeker on 11/10/2024 in #front-end
Create this Layout
how is it right now?
45 replies