i_lost_to_loba_kreygasm
i_lost_to_loba_kreygasm
Explore posts from servers
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 11/4/2024 in #front-end
How to make this layout?
isnt using grid good for this ?
4 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/26/2024 in #front-end
how to make this part ?I cant use one image for this because it needs to be animated .
wow thats what i wanted to see but I don't get custom property and offset path property:(
3 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/25/2024 in #front-end
How to make animations on this site ? https://ctrl.xyz/
can you give a minimal example ?
10 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/25/2024 in #front-end
How to make animations on this site ? https://ctrl.xyz/
No description
10 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/25/2024 in #front-end
How to make animations on this site ? https://ctrl.xyz/
can it not be done vanilla way ?
10 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/19/2024 in #front-end
Why is there gaps on both sides of the children in this flex container ?
I swear I didnt add them in css , I hate working in webflow , feel like it adds unnecessary styling or markups 😦
38 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/19/2024 in #front-end
Why is there gaps on both sides of the children in this flex container ?
thank you for solving the mystery
38 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/19/2024 in #front-end
Why is there gaps on both sides of the children in this flex container ?
yeah you are right 🙂
38 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/19/2024 in #front-end
Why is there gaps on both sides of the children in this flex container ?
No description
38 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/19/2024 in #front-end
Why is there gaps on both sides of the children in this flex container ?
WTF
38 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/19/2024 in #front-end
Why is there gaps on both sides of the children in this flex container ?
I am trying my all to help you understand 😦
38 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/19/2024 in #front-end
Why is there gaps on both sides of the children in this flex container ?
No description
38 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/19/2024 in #front-end
Why is there gaps on both sides of the children in this flex container ?
i can help you with that
38 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/19/2024 in #front-end
Why is there gaps on both sides of the children in this flex container ?
they dont , otherwise the dev tools would not show them that they are inactive ?
38 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/19/2024 in #front-end
Why is there gaps on both sides of the children in this flex container ?
ignore the grid properties 🙂
38 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/19/2024 in #front-end
Why is there gaps on both sides of the children in this flex container ?
No description
38 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/19/2024 in #front-end
Why is there gaps on both sides of the children in this flex container ?
.video-container {
grid-column-gap: 60px;
grid-row-gap: 60px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
grid-auto-flow: row;
justify-content: flex-start;
align-items: center;
max-width: 1670px;
display: flex;
}
@media screen and (max-width: 991px) {
.video-container {
grid-column-gap: 75px;
grid-row-gap: 75px;
flex-flow: column;
}
}
.video-container {
grid-column-gap: 60px;
grid-row-gap: 60px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
grid-auto-flow: row;
justify-content: flex-start;
align-items: center;
max-width: 1670px;
display: flex;
}
@media screen and (max-width: 991px) {
.video-container {
grid-column-gap: 75px;
grid-row-gap: 75px;
flex-flow: column;
}
}
38 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/19/2024 in #front-end
Why is there gaps on both sides of the children in this flex container ?
<div class="w-layout-blockcontainer video-container w-container">
<div class="text-block-8">PLAY</div>
<div class="div-block-51">
<img src="someimage.png 667w" alt="" class="image-41">
</div>
<div class="text-block-8 text-block-video">VIDEO</div>
</div>
<div class="w-layout-blockcontainer video-container w-container">
<div class="text-block-8">PLAY</div>
<div class="div-block-51">
<img src="someimage.png 667w" alt="" class="image-41">
</div>
<div class="text-block-8 text-block-video">VIDEO</div>
</div>
38 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/19/2024 in #front-end
Why is there gaps on both sides of the children in this flex container ?
wait dont open it
38 replies
KPCKevin Powell - Community
Created by i_lost_to_loba_kreygasm on 10/19/2024 in #front-end
Why is there gaps on both sides of the children in this flex container ?
lemme share you the css and html
38 replies