What is Position in CSS?
The Position is one of property of CSS helps us to manipulate the location of an element.
There are a total of five values on this property.
Values;
static
relative
absolute
fixed
sticky
Syntax
.element{
position : relative; /*it can be relative ,...
codecolt.hashnode.dev2 min read