DEV Community

sutharrahul
sutharrahul

Posted on

Flex Box

Flex has few more property and the one is

flex-wrap
.flexbx{
flex-wrap: nowrap | wrap | wrap-reverse;
}

When ever you reduce page size this will place item to next line

Image description
This property is much useful when we reduce page size.

Top comments (0)