A Quick Note Of CSS Position
CSS Position
The position CSS property sets how an element is positioned in a document. It defines the position behavior of the element.
Types of position
static
relative
absolute
fixed
sticky
Syntax:
position: static;
position: relat...
avicreation.hashnode.dev3 min read