margin-top
Name: margin-top
Description: Specifies the top margin for the element.
Browser Compatibility: IE 4+ / NN 4+ / O 3.5+
Inherited: No
Values:
- auto
- inherit
- [length]
- [percentage]
Code Example:
body {
margin-top: 1em;
margin-right: 2em;
margin-bottom: 3em;
margin-left: 2em;
}
margin-top: 1em;
margin-right: 2em;
margin-bottom: 3em;
margin-left: 2em;
}