Margin, Positions & Display
Position in CSS
There are 5 types of positions in CSS
Relative: This implies it is relative to the normal position it would have been placed in the document flow.
Absolute: This will remove the element from the document flow and will always look f...
jeevanhenrydsouza.hashnode.dev3 min read