The float property in CSS places an element on the right or left side of its container, allowing text and inline elements to wrap around it.

BY Best Interview Question ON 13 Jan 2019

Example

.sidebar {
float: right;
width:30%;
}