CSS Float
0 4037
Floating elements are used to move the content like (img, div, text) etc are shifted to the left or right side of the current position.
Float values are None, Left, Right
Example:
Float: none; it will remove the float property from a content.
Float: left; it will shift the content to the left side.
Float: right; it will shift the content to the right side.
Share:
Comments
Waiting for your comments