Position Property in CSS
The position property specifies the position of a specific element across the web page. It makes the task of placing elements on the right place much easier.
SYNTAX:
position: static;
position: fixed;
position: absolute; etc
1.Static Position.
The ...
shraddhablog.com2 min read