Positioning in CSS
There are 5 positioning types in CSS:
Static: This is the default position for all HTML elements. Elements with static positions are placed in the document flow according to their order in the HTML code.
Relative: This position allows you to move a...
progsriaramech.hashnode.dev2 min read