Google
CSS Float Property

Description:
Specifies whether an element is floated so that other elements (generally text) might flow around it.
Syntax:
float: [value];
Possible Values:
  • left
  • right
  • none
  • inherit
Initial Value:
None
Applies To:
All except for positioned elements and generated content
Inherited:
No
Media:
Visual
Example:
.imgLogo {float: right;}