W3docs

top

CSS Property:

Result:

Example of the CSS top property

CSS Code:

#myDiv {
position:relative;
background-color:pink;
width:150px;
top: 60px;
}

Click the property values above to see the result