Flexbox
Flexbox is one dimensional layout method for laying out items in rows or columns. Item flex to fill additional space and shrink to fit into smaller space.
The Flex Model
Convert your div (class =parent ) to Flex
.parent {
display: flex;
}
Flex...
mayanksahu.live2 min read
Anuj
Trying to satisfy my curiosity
Sir make it more understandable for beginners. Thanks