Wilmington University

Wilmington University Design System

Flex

Class List

  • .Flex = will display flex.
  • .Flex-column = will display flex and arrange in column order.
  • .Flex-wrap = will set flex-wrap=wrap to allow flex items to break to multiple lines.
  • .Flex-grow = sets flex item to fill the remaining space in the flex container.