what is order of positions when using 4 values in the padding shorthand property? code example
Example 1: css top padding
padding-top: 25px;
Example 2: css padding attribute order
padding: top, right, bottom, and left
padding-top: 25px;
padding: top, right, bottom, and left