Position in CSS
The position property in CSS specifies how an element is positioned in the document.
The final position of the element is determined by top, right, bottom, left.
Values
There are five values for the position property.
static
Syntax: position: static
...
abhisahu.hashnode.dev3 min read