DEV Community

Divya Divya
Divya Divya

Posted on

WHAT IS PADDING?

CSS padding property is used to create space between the elements content and the elements border. It only affects the content inside the element.

There are four properties in the padding:

  • Padding-top

  • Padding-left

  • Padding-right

  • Padding-bottom

Top comments (0)