clear

Draft

Definition

The clear CSS property specifies whether an element can be next to floating elements that precede it or must be moved down (cleared) below them. It’s used with the float property and accepts values like left, right, both, and none.

For example, clear: both; will move the element down below any previous left or right floating elements.