Position in CSS
The position CSS property sets how an element is positioned in a document.
position: static;
The element is positioned according to the normal flow of the document.
The top, right, bottom, left, and z-index properties have no effect.
This is t...
madhavan.hashnode.dev2 min read