Intro to Positions - CSS
What is Positions?
The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky). It is used position a element in page as per our need.
Types of Positions:
Static
Fixed
Relative
...
pallavarv.hashnode.dev1 min read