CSS - Float and Clear
Float
This positioning property is used to float/position an element to the right or left in its parent element/container and wrap the next element around it.
Syntaxfloat: left|right|none;
Left - The element floats to the left on its container/p...
saurabhchirde.hashnode.dev2 min read