All About Position In CSS ๐ฅ
The Position property:
It is used to manipulate the location of the element in the document.
Following are the possible values:
1) Static : The default position top/bottom/left/right /z-index has no effect.
Syntax: position:static;
Output:
As...
umangpincha.hashnode.dev1 min read