CSS - Padding

Padding is the property for space inside of the element. 

Ex: 
p{
   padding : 3px;
}

Following are the properties related to the padding
  • padding-top
  • padding-bottom
  • padding-right
  • padding-left

1 comment: