Understand CSS position property in a Funny manner
The position Property
The position property specifies the type of positioning method used for an element.
There are "Five" different position values:
static
relative
absolute
fixed
sticky
Elements are then positioned using the top, bottom, left, an...
prajwalzingare.hashnode.dev4 min read