Positions in CSS
The position is the css property which sets how element can be positioned in document.
position can be
static
relative
absolute
fixed
sticky
position: static;
position: relative;
position: absolute;
position: fixed;
position: sticky;
1. Static
Sta...
poojadesh.hashnode.dev3 min read