padding-right
CSS Property:
Result:
The padding-right CSS property sets the padding space on the right side of an element.
CSS Code:
#myDiv {
background-color:pink;
padding-right:20px;
}
Click the property values above to see the result
Click the property values above to see the result