Cascading Style Sheets CSS Margin Properties<
CSS Charts - Margin Properties
| Margin Properties | |||
Property |
Description |
Values |
Sample Code |
margin |
Sets all of the margin properties of an element from one to four values |
length |
h1 {margin: 4px} h2{margin:2 1 3 3px} |
margin-bottom |
Sets bottom margin |
length |
h1 {margin-bottom: 2em} |
margin-left |
Sets left margin |
length |
h1 {margin-left: 2px} |
margin-right |
Sets right margin |
length |
h1 {margin-right: 10.5%} |
margin-top |
Sets top margin |
length |
h1 {margin-top: 2em} |