Float

Float of CSS.

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

.class_name{float : left;}

0 comments