--- title: margin-bottom slug: Web/CSS/margin-bottom translation_of: Web/CSS/margin-bottom ---
El margin-bottom
CSS (margen-inferior) es la propiedad de un elemento que establece el espacio requerido en la parte inferior de un elemento. Tambien se permiten valores negativos.
Esta propiedad no tiene ningun efecto sobre los elementos en linea non-replaced , como {{HTMLElement("tt")}} o {{HTMLElement("span")}}.
{{cssinfo}}
Formal syntax: {{csssyntax("margin-bottom")}}
margin-bottom: 10px; /* Una longitud absoluta (sin redimension) */ margin-bottom: 1em; /* Una longitud en relacion con el tamaño del texto */ margin-bottom: 5%; /* Un margen respecto al ancho de su objeto padre (el que lo contiene) */ margin-bottom: auto; margin-bottom: inherit; /*margen heredado*/
<length>
<percentage>
auto
.content { margin-bottom: 5%; } .sidebox { margin-bottom: 10px; } .logo { margin-bottom: -5px; } #header { margin-bottom: 1em; }
Specification | Status | Comment |
---|---|---|
{{SpecName('CSS3 Box', '#the-margin', 'margin-bottom')}} | {{Spec2('CSS3 Box')}} | No significant change. |
{{SpecName('CSS3 Transitions', '#animatable-css', 'margin-bottom')}} | {{Spec2('CSS3 Transitions')}} | Defines margin-bottom as animatable. |
{{SpecName('CSS2.1', 'box.html#margin-properties', 'margin-bottom')}} | {{Spec2('CSS2.1')}} | Removes its effect on inline elements. |
{{SpecName('CSS1', '#margin-bottom', 'margin-bottom')}} | {{Spec2('CSS1')}} | Initial definition. |
{{CompatibilityTable()}}
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 1.0 | {{CompatGeckoDesktop("1")}} | 3.0 | 3.5 | 1.0 (85) |
auto value |
1.0 | {{CompatGeckoDesktop("1")}} | 6.0 (strict mode) | 3.5 | 1.0 (85) |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | 1.0 | {{CompatGeckoMobile("1")}} | 6.0 | 6.0 | 1.0 |