CSS Property:

position

Result:

Example of the position property.

CSS Code:

#myDiv {
                
width:150px;
height:150px;
left:30px;
top:60px;
background:pink;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?