Positioning Content
Positioning Content
Floating property
The CSS float property specifies how an element should float.
The CSS clear property specifies what elements can float beside the cleared element and
on which side.
The float property is used for positioning and formatting content e.g. let an image float left
to the text in a container.
.clearfix {
overflow: auto;
}
Clear property