The Position property
The position property used to giving a positioning to the HTML elements
There are different types of position values
static
relative
fixed
absolute
sticky
position: static
HTML elements are positioned static by default
div.static {
position: stat...
mynkprmar.hashnode.dev2 min read