Flex-Box (Align-item)
sutharrahul
Posted on December 25, 2022
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;
}
💖 💪 🙅 🚩
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.