padding: 5px10px15px20px; //top right bottom leftpadding: 10px20px;//top & bottom then left & rightpadding-top: 5px; //just top paddingpadding-right: 10px; //just right paddingpadding-bottom: 15px; //just bottom paddingpadding-left: 20px; //just left padding
Syntax:
padding: top, right, bottom, left;
Example:
padding: 10px15px20px25px;
/*What it means*/padding from top 10px
padding from right 15px
padding from bottom 20px
padding from left 25px