Float

Modifier for the wrapping of content around an element.

ATTENTION We use the logical start and end for floating the element. For more Information read CSS Logical Properties.

The structure of the class names are:

  • .float-{VALUE}
  • .float-{VALUE}-{SCREEN_SIZE} until the screen size

The values are:

  • VALUE start, end, none
  • SCREEN_SIZE lg, md, sm, xs

Example see Clear & Clearfix.