CSS Help
Margin Properties
| Property | Description | Values |
| margin | Allows setting all the margin properties in a single declaration | margin-top margin-right margin-bottom margin-left |
| margin-bottom | Specifies the bottom margin of an element | auto pixels (ex: 3px) % (ex: 3%) |
| margin-left | Specifies the left margin of an element | auto pixels (ex: 3px) % (ex: 3%) |
| margin-right | Specifies the right margin of an element | auto pixels (ex: 3px) % (ex: 3%) |
| margin-top | Specifies the top margin of an element | auto pixels (ex: 3px) % (ex: 3%) |



