Clear

Clear of CSS.

Syntax (
clear : Values;)
  • clear
  • Values: none | left | right |both
Example:

.class_name{clear : none;}

0 comments