Absolute, Relative, Fixed and Sticky properties in CSS
By default position is static.
Static: No difference can be seen.
Relative: Relative to its normal position. If top, left are present then the div will move according to the top and left value from its normal position.
Absolute: The div will move wit...
kashyap171ankur.com1 min read