Theme
  • Light
  • Dark

Float


The float CSS property places an element on the left or right side of its container, allowing text and inline elements to wrap around it. The element is removed from the normal flow of the page, though still remaining a part of the flow (in contrast to absolute positioning).

Class name Properties
_f-l
float: left
_f-r
float: right
_f-n
float: none
_f-ilst
float: inline-start
_f-ile
float: inline-end
_f-us
float: unset
Modifier