--- title: padding-bottom slug: Web/CSS/padding-bottom tags: - CSS - CSS Padding - CSS Property - Reference translation_of: Web/CSS/padding-bottom ---
{{CSSRef}}

La propietat CSS padding-bottom estableix l'alçada de l'àrea de farcit a la part inferior d'un element. A diferència dels marges, no es permeten valors negatius per al farcit. La propietat abreujada {{cssxref("padding")}} es pot utilitzar per establir farcits als quatre costats d'un element amb una sola declaració.

/* <length> values */
padding-bottom: 0.5em;
padding-bottom: 0;
padding-bottom: 2cm;

/* <percentage> value */
padding-bottom: 10%;

/* Global values */
padding-bottom: inherit;
padding-bottom: initial;
padding-bottom: unset;

L'àrea de farcit d'un element és l'espai entre el seu contingut i la seva vora.

The effect of the CSS padding-bottom property on the element box

{{cssinfo}}

Sintaxi

Valors

{{cssxref("length")}}
La grandària del farcit com a valor fix. Ha de ser no negatiu.
{{cssxref("percentage")}}
La grandària del farcit com a percentatge, en relació amb l'amplada del bloc contenidor. Ha de ser no negatiu.

Sintaxi formal

{{csssyntax}}

Exemples

.content { padding-bottom: 5%; }
.sidebox { padding-bottom: 10px; }

Especificacions

Especificació Estat Comentari
{{ SpecName('CSS3 Box', '#the-padding', 'padding-bottom') }} {{ Spec2('CSS3 Box') }} No hi ha cap canvi des de {{ SpecName('CSS2.1', 'box.html#padding-properties', 'padding-bottom') }}.
{{ SpecName('CSS3 Transitions', '#animatable-css', 'padding-bottom') }} {{ Spec2('CSS3 Transitions') }} Defineix padding-bottom como animable.
{{ SpecName('CSS2.1', 'box.html#padding-properties', 'padding-bottom') }} {{ Spec2('CSS2.1') }} No hi ha cap canvi des de {{ Specname('CSS1', '#padding-bottom', 'padding-bottom') }}.
{{ Specname('CSS1', '#padding-bottom', 'padding-bottom') }} {{ Spec2('CSS1') }} Definició inicial.

{{CompatibilityTable}}

Descripció Chrome Edge Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Suport bàsic 1.0 {{CompatVersionUnknown}} 1.0 (1.0) 4.0 3.5 1.0 (85)
Descripció Android Edge Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Suport bàsic {{ CompatUnknown() }} {{CompatVersionUnknown}} {{ CompatUnknown() }} {{ CompatUnknown() }} {{ CompatUnknown() }} {{ CompatUnknown() }}

Vegeu també