Flex-Box (Align-item)

sutharrahul

sutharrahul

Posted on December 25, 2022

Flex-Box (Align-item)

Align item same as justify-content but justify-content set item on horizontal line but when we want to adjust item in vertical line we use align-item.
syntex is

.flxbox{
display:flex;
flex-direction:row | column;
align-item: flex-star | flex-end | center;
}
Enter fullscreen mode Exit fullscreen mode
💖 💪 🙅 🚩
sutharrahul
sutharrahul

Posted on December 25, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related