The float property specifies whether or not a box (an element) should float.Note: Absolutely positioned elements ignores the float property!
float: none|left|right|initial|inherit;
img { float: right; }