Adjust the Padding of an Element
Summary
- Three important properties control the space that surrounds each HTML element:
padding
, border
, and margin
. - An element’s
padding
controls the amount of space between the element’s content and its border
.
Final Code