| ZVON > References > CSS1 Reference |
| Intro / Search / ZVON |
| Property: | margin-bottom |
| Values: | <length>, <percentage>, auto |
| Initial: | 0 |
| Inherited: | no |
This property sets the bottom margin of an element:
H1 { margin-bottom: 3px }
A negative value is allowed, but there may be implementation-specific limits.
|
|
|