--- title: padding-bottom slug: Web/CSS/padding-bottom tags: - CSS - CSS Referenz translation_of: Web/CSS/padding-bottom ---
{{ CSSRef() }}
Die padding-bottom Eigenschaft legt den unteren Innenabstand eines Elementes fest. Der Innenabstand ist der Bereich zwischen dem Inhalt und dem Rahmen (auch: padding area).
0table-*-group, table-row und table-columnpadding-bottom: <Längenangabe> | <Prozentzahl> | inherit
.content { padding-bottom: 5%; }
.sidebox { padding-bottom: 10px; }
| Browser | ab Version |
|---|---|
| Internet Explorer | 4.0 |
| Firefox (Gecko) | 1.0 (1.0) |
| Opera | 3.5 |
| Safari (WebKit) | 1.0 (85) |
{{ languages( { "en": "en/CSS/padding-bottom", "ja": "ja/CSS/padding-bottom" } ) }}