@WebDevSimplified

Full Video: https://youtu.be/1zKX71GYisE

@cherubin7th

Flex box finally something in css that works as expected.

@thatsalot3577

Holy frick I never thought of that, thanks Kyle, I always used to wrap middle contents with another flexbox and then do justify-content space between.

@thedigitalceo

This is one of the greatest benefits to flex box for some reason I’ve never used. Love it 🎉

@abdullahrajput7059

Flexbox is a game changer in CSS spacings and content alignments are perfect ,easy & more more responsive.

@alecmather

Bruh… ive been trying to find a shortcut to what you did in the end there for literally years 😂 thank you for finally closing that search

@Anonemmas

This has been my go to way of making my footer stick to the bottom of the screen in all my layouts 🚀

@catwhisperer911

It still impresses  me just how adaptable layouts can be when using flex box.

@PokeBowl82

that was sick !! i always tend to flex-box justify center the middle one

@DarylMalibiran

Flexbox is one of the best things that happened in CSS.

@hussainbharmal5998

This guy is in the wrong profession, he should be in the movies

@disgracefulcoder1818

Thanks homelander for the valuable information 😀

@Dzikrullah_999

this is so useful for header with avatar and navs

@deanwatson6568

I spend so much time aligning headers, this looks like it makes it way, way easier.

@nested9301

you can do margin bottom and top auto as well when it's a column direction ⬇️ i believe.

@Noam-Bahar

Instead of margin-left and -right, I recommend using margin-inline-start margin-inline-end. This way even if the website's direction changes to right to left, the auto margin won't break as it adapts

@sanskarbhusal1924

Wow man. Who would have thought watching shorts is also going to be a method of learning.

I'm definjtely going to try this, as I'm learning web develepment these days.

@Its_King180

Very useful Tip that I didn't know. I have faced problems making navigation bars now I will just use this!.

@hikari1690

I tried to flex my war crimes but couldn't justify it

@dc366

I’ve been looking for this solution for a long time! I never knew margin-left: auto would have such an effect