DeCodX
DeCodX
KPCKevin Powell - Community
Created by Hungry🐻 on 12/15/2023 in #front-end
How do I do the layout for this?
if u use flex then be consistent
88 replies
KPCKevin Powell - Community
Created by Hungry🐻 on 12/15/2023 in #front-end
How do I do the layout for this?
yeah order
88 replies
KPCKevin Powell - Community
Created by Hungry🐻 on 12/15/2023 in #front-end
How do I do the layout for this?
ah
88 replies
KPCKevin Powell - Community
Created by Hungry🐻 on 12/15/2023 in #front-end
How do I do the layout for this?
so the justify-content will be the y axis now when you have the flex-direction: column;
88 replies
KPCKevin Powell - Community
Created by Hungry🐻 on 12/15/2023 in #front-end
How do I do the layout for this?
since you switch the main axis into y axis
88 replies
KPCKevin Powell - Community
Created by Hungry🐻 on 12/15/2023 in #front-end
How do I do the layout for this?
justify-content: center; to center your element
88 replies
KPCKevin Powell - Community
Created by Hungry🐻 on 12/15/2023 in #front-end
How do I do the layout for this?
If you do mobile approach first then do this
Default layout
flex-direction:column;

When hitting the 750px viewport above
@media (min-width: 750px) {
flex-direction: row
}
Default layout
flex-direction:column;

When hitting the 750px viewport above
@media (min-width: 750px) {
flex-direction: row
}
88 replies
KPCKevin Powell - Community
Created by DeCodX on 5/15/2023 in #back-end
I need person know about java
Okay sir thanks
4 replies