CSS Padding:-
Code Family
The CSS padding propertie are used to providing space around an the elements content, inside of any defined border of the element.The padding is used to top, right, bottom, and left,
Padding - Individual Sides in elements-:
All the padding properties for elements-:
Padding - Shorthand Property:-
Shorthand Property of paddingpadding: 20px 30px 55px 100px;
top padding is 20pxright padding is 30px
bottom padding is 55px
left padding is 100px