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