lko
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
KPCKevin Powell - Community
•Created by theseeker on 11/10/2024 in #front-end
Create this Layout
What are you struggling with?
45 replies
KPCKevin Powell - Community
•Created by banjobongo on 11/9/2024 in #front-end
Semantic HTML Question - Does paragraph text have a parent/child relationship with headings?
So basically after na h3, all the text after is is related to the h3 no matter how many divs you use
5 replies
KPCKevin Powell - Community
•Created by banjobongo on 11/9/2024 in #front-end
Semantic HTML Question - Does paragraph text have a parent/child relationship with headings?
5 replies
KPCKevin Powell - Community
•Created by Ma-Kas on 10/12/2024 in #front-end
Vertical writing-mode figcaption refuses to shrink past certain point
5 replies
KPCKevin Powell - Community
•Created by Code-S ♛ on 10/12/2024 in #front-end
Padding nor margin being applied
Because it's a
strong
element, and by default is display: inline
because it should be used in paragraphs, just wrap it into a paragraph or give it another display value, for example block
or inline-block
3 replies
KPCKevin Powell - Community
•Created by R.I.P on 10/12/2024 in #front-end
in keyframes can i do a percent of a percent
I mean, from 50 to 50.07 it goes up to 35deg, and from 50.07 to 50.15 it goes up only by 20, so he probably doesn't want a gradual transition, idk
32 replies
KPCKevin Powell - Community
•Created by R.I.P on 10/12/2024 in #front-end
in keyframes can i do a percent of a percent
The math is easy
32 replies
KPCKevin Powell - Community
•Created by R.I.P on 10/12/2024 in #front-end
in keyframes can i do a percent of a percent
@R.I.P I think you can use decimals, so
50.02%
32 replies
KPCKevin Powell - Community
•Created by lko on 10/9/2024 in #front-end
Why do grid gaps get bigger during transition
Yeah I know but they're not supported basically anywhere
36 replies
KPCKevin Powell - Community
•Created by lko on 10/9/2024 in #front-end
Why do grid gaps get bigger during transition
The only "solution" i found is to do something like this, the problem is that i'm hardcoding a value in
max-height
and the animations are weird when you do that. But that's the best I got
36 replies