CSS Positioning
The position CSS property
The position property tells the browser how an element should be positioned on the page. By default the value of position is static, but we can modify it to be any of the following values: relative, absolute, fixed, sticky. ...
sumitsaundadkar.hashnode.dev3 min read