CSS margin-bottom
Also see the full, alphabetical list of CSS properties
The CSS margin-bottom property is used for specifying the width of the bottom margin.
Also see the margin, margin-top, margin-left and margin-right properties.
| Syntax: | margin-bottom: <value>; |
| Possible Values: |
|
| Initial Value: | 0 |
| Applies to: | All elements |
| Inherited: | No |
| Media: | Visual |
| Example: |
div.stay-away { margin-bottom: 100px }
|
| Try it yourself! |
|

