lko
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
KPCKevin Powell - Community
•Created by lko on 10/9/2024 in #front-end
Why do grid gaps get bigger during transition
Thanks anyways
36 replies
KPCKevin Powell - Community
•Created by lko on 10/9/2024 in #front-end
Why do grid gaps get bigger during transition
yeah probably
36 replies
KPCKevin Powell - Community
•Created by lko on 10/9/2024 in #front-end
Why do grid gaps get bigger during transition
No how would you do it? because if I put translate on the
.content-wrapper
it doesnt affect the position of the title, I was thinking about doing something like margin-bottom: -100%
but 100%
is the height of all the text36 replies
KPCKevin Powell - Community
•Created by lko on 10/9/2024 in #front-end
Why do grid gaps get bigger during transition
oh wait
36 replies
KPCKevin Powell - Community
•Created by lko on 10/9/2024 in #front-end
Why do grid gaps get bigger during transition
?
36 replies