W3docs

padding-top

CSS Property:

Result:

The padding-top property sets the padding space on the top of an element.

CSS Code:

#myDiv {
background-color:pink;
padding-top:50px;
}

Click the property values above to see the result