| Property | Description | Values |
|---|---|---|
| margin | Sets the size of all margins around the element. If length is used it must be set to units of measurement. | auto length percentage |
| margin−top | Sets the size of the top margin of the element. If length is used it must be set to units of measurement. | auto length percentage |
| margin−right | Sets the size of the right margin of the element. If length is used it must be set to units of measurement. | auto length percentage |
| margin−bottom | Sets the size of the bottom margin of the element. If length is used it must be set to units of measurement. | auto length percentage |
| margin−left | Sets the size of the left margin of the element. If length is used it must be set to units of measurement. | auto length percentage |
| padding | Sets the size of all padding within the element. If length is used it must be set to units of measurement. | auto length percentage |
| padding−top | Sets the size of the top padding within the element. If length is used it must be set to units of measurement. | auto length percentage |
| padding−right | Sets the size of the right padding within the element. If length is used it must be set to units of measurement. | auto length percentage |
| padding−bottom | Sets the size of the bottom padding within the element. If length is used it must be set to units of measurement. | auto length percentage |
| padding−left | Sets the size of the left padding within the element. If length is used it must be set to units of measurement. | auto length percentage |
|
|