CSS Positioning – Position Absolute and Relative
To make complex layouts, sometimes you have to position elements outside of the document flow and for this CSS position property can be used
CSS position property supports 5 values:-
static(default)
relative
absolute
fixed
sticky
Static Positi...
harshitbharani.hashnode.dev3 min read