monks/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).
Values
pub const inline_end: #(String, String)
- : The element must float on the end side of its containing block. That is the right side with
ltrscripts, and the left side withrtlscripts.
pub const inline_start: #(String, String)
- : The element must float on the start side of its containing block. That is the left side with
ltrscripts, and the right side withrtlscripts.
pub const left: #(String, String)
- : The element must float on the left side of its containing block.
pub const revert_layer: #(String, String)
pub const right: #(String, String)
- : The element must float on the right side of its containing block.