Clear
Utilities for controlling the wrapping of content around an element.
| Class | CSS Output |
|---|---|
clear-none |
|
clear-start |
|
clear-both |
|
clear-left |
|
clear-right |
|
clear-end |
|
clear-none
clear: none;
clear-start
clear: inline-start;
clear-both
clear: both;
clear-left
clear: left;
clear-right
clear: right;
clear-end
clear: inline-end;
Reference
| clear | MDN ↗ |
CSS Properties
clear