Float
Float are available for all breakpoints (sm, md, lg, xl) and with the values start, end and none.
The classes are named using the format:
.float-{value} for xs
.float-{breakpoint}-{value} for sm, md, lg, and xl.
Examples:
.float-end
.float-md-none
Value | CSS property |
---|---|
start | float: start !important; |
end | float: end !important; |
none | float: none !important; |