CSS for Padding
Styling padding with CSS
| Property | Description | Values | |
|---|---|---|---|
| padding | A shorthand property for setting all of the padding properties in one declaration | padding-top padding-right padding-bottom padding-left |
|
| padding-bottom | Sets the bottom padding of an element | length % |
|
| padding-left | Sets the left padding of an element | length % | 4 |
| padding-right | Sets the right padding of an element | length % |
|
| padding-top | Sets the top padding of an element | length % |
