The CSS margin-bottom property specifies how much margin should be used at the bottom of an element. The margin can be specified as a length or as a percentage.
Specifies a fixed bottom margin in px, cm, em, and other units. The default value is zero. Negative values are permitted. Learn more about length units.
%
Sets the bottom margin as a percentage of the width of the containing element.
auto
The bottom margin is calculated by the browser.
initial
This property is set to its default value.
inherit
This property is inherited from its parent element.