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
| Class | Value |
|---|---|
float-none | |
float-left | |
float-right | |
float-clear-both |
Add
@s,@m, or@lsuffix to support breakpoints