CSS Positioning
Position property in CSS
The position property can help you manipulate the location of an element.
Types of CSS positioning
position: static
position: relative
position: absolute
position: fixed
position: sticky
Static
Every element has a st...
anchal20.hashnode.dev2 min read