--- title: padding-right slug: Web/CSS/padding-right tags: - CSS - CSS Referenz translation_of: Web/CSS/padding-right ---
{{ CSSRef() }}
Die padding-right
Eigenschaft legt den rechten Innenabstand eines Elementes fest. Der Innenabstand ist der Bereich zwischen dem Inhalt und dem Rahmen (auch: padding area).
0
table-*-group
, table-row
und table-column
padding-right: <Längenangabe> | <Prozentzahl> | inherit
.content { padding-right: 5%; } .sidebox { padding-right: 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-right", "ja": "ja/CSS/padding-right" } ) }}