CSS Property:

padding-right

Result:

The padding-right CSS property sets the padding space on the right side of an element.

CSS Code:

#myDiv {
                
background-color:pink;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?