position
CSS Property:
Result:
Example of the position property.
CSS Code:
#myDiv {
width:150px;
height:150px;
left:30px;
top:60px;
background:pink;
position:relative;
}
Click the property values above to see the result
Click the property values above to see the result