Position in CSS
What is position and why is it used?
Position property in CSS is used to set position of elements in the webpage.
Values
Static
Relative
Absolute
Fixed
Let's try to understand them one-by-one
1. Static
This is the default value every element has in...
nisarg18.hashnode.dev3 min read