border padding 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 box model
MDN (Mozilla Developer Network)
Probably the best place for an in-depth explanation of
web related technologies.
See the link below regarding the CSS BOX MODEL