padding top right bottom left code example
Example 1: css top padding
padding-top: 25px;
Example 2: css padding attribute order
padding: top, right, bottom, and left
Example 3: css padding
padding: 5px 10px 15px; //top then left & right then bottom