clear: none | left | right | inside | outside | both
Initial value |
none
|
---|---|
Applies to | block-level elements |
Inherited | no |
This property determines whether an element should be moved down the
page in order to clear elements that have been floated to the left or
right of the page. The left
, right
,
inside
and outside
values correspond to values given to the
float
property, while both
will clear floats on either side.