The float
property places an element on the left or right side of the screen and allows text and other elements to wrap around it.
Setting an image to float to the right.
img { float: right; }
float: value;
none
(no float); the element will follow the normal flow of the page.For more information, see http://www.w3schools.com/cssref/pr_class_float.asp
Found a bug in the documentation? Let us know at documentation@code.org