Cascading Style Sheets CSS Padding Properties
CSS Charts - Padding Properties
| Padding | |||
| Property | Description | Values | Sample Code |
padding |
Sets all of the padding properties of an element from one to four values |
length |
p {padding: 2em 2em} |
padding-bottom |
Sets the bottom padding properties of an element |
length |
p {padding-bottom: 5px} |
padding-left | Sets the left padding properties of an element | length |
p {padding-left: 12px} |
padding-right |
Sets the right padding properties of an element |
length |
p {padding-right: 10%} |
padding-top |
Sets the top padding properties of an element |
length |
p{padding-top: 2px} |