How to Use Padding Property in CSS?
Its shorthand padding property It declares all padding properties in one single line. We can set this property to length in the form of %, cm, px etc. Padding Property– padding padding-left padding-right padding-top padding-bottom Padding– This property is used to set the padding of specified element. Ex: – img { padding: 10px 20px 30px … Read more