Float

Specifies whether an element should float to the left, right, or not at all


Usage

Add float-* class to block or inline block element.

<div class="float-right">
    // Your content
</div>

Classes

ClassValue
float-none
float-left
float-right
float-clear-both
 

Add @s, @m, or @l suffix to support breakpoints