Remove from flow

float

Allow this element to be positioned along the left or right edge of its parent's boundaries, letting nearby elements float around it.

Property values

Use one of these keywords:

left Place this element adjacent to the left margin, and allow nearby elements to flow around it to the right.
right Place this element adjacent to the right margin, and allow nearby elements to flow around it to the left.
none Keep the element's position in the normal flow of text.

Examples

float: right;
float
0

style > position > floatRemove from flow

🔗 🔎