CSS - The Position Property
The position property in CSS describes about the positioning style for an element.
The Position Property
There are five different position values:
static
relative
fixed
absolute
sticky
position: static;
Every element is positioned static by default...
navneet90.hashnode.dev2 min read