Clear

Set how an element behaves in relation to floating elements.

Widely available

This feature is well established and works across many devices and browser versions.

Chrome
Edge
Firefox
Safari

cl-b
clear: both;
cl-ie
clear: inline-end;
cl-is
clear: inline-start;
cl-l
clear: left;
cl-none
clear: none;
cl-r
clear: right;

Media Queries

Prefix a class with a breakpoint to apply it from that width up.

Pseudo Classes

Prefix a class with a state to apply it only while that state matches.