The padding CSS shorthand property sets the padding area on all four sides of an element at once.
- <length>
- The size of the padding as a fixed value.
- <percentage>
- The size of the padding as a percentage, relative to the width of the containing block.
padding="20px 50px"
padding="110px 50px 50px 110px"