.position x code example
Example 1: what is the default value of the position property in css
position:static; /* is default pos value*/
Example 2: adjusting y pos of element in css
top: 150px;
position:static; /* is default pos value*/
top: 150px;