Padding
Padding by Pixel (p + 0, 5, 10, ... 95, 100)
Padding utilities are based on a global spacing scale which helps keep horizontal and vertical spacing consistent. These utilities help us reduce the amount of custom CSS that could share the same properties, and allows to achieve many different page layouts using the same styles. Use CSS cless like Padding arround 20 pixel p20
Padding all around by Pixel (p + 0, 5, 10, ... 95, 100)
Padding Left and Right around by Pixel (plr + 0, 5, 10, ... 95, 100)
Padding Top and Bottom by Pixel (ptb + 0, 5, 10, ... 95, 100)
Padding top by Pixel (pt + 0, 5, 10, ... 95, 100)
Padding Right by Pixel (pr + 0, 5, 10, ... 95, 100)
Padding Bottom by Pixel (pb + 0, 5, 10, ... 95, 100)
Padding Left by Pixel (pl + 0, 5, 10, ... 95, 100)
Multi-direction Padding
We can use padding percentage (p + 0p, 5p, 10p, ... 95p, 100p)
Also you can percentage padding Left, Right, Top, Bottom, Left and Right, Top and Bottom