Floating
All possible values for taking an element out of its normal flow.
Left = 1
Indicates that the element must float on the left side of its containing block.
None = 0
Indicates that the element must not float.
Right = 2
Indicates that the element must float on the right side of its containing block.