The CSS Padding property is used to define the space between the content and the border of the element. It clears an area around the content unlike margins which clears the area around the element.
You can change the padding of an element one by one for each side or can give all at once using shorthand property.
This div element has a top padding of 50px, a right padding of 30px, a bottom padding of 50px, and a left padding of 80px.