--- title: border-bottom-width slug: Web/CSS/Border-bottom-width tags: - CSS - CSS Referenz translation_of: Web/CSS/border-bottom-width ---
{{CSSRef}}
Die border-bottom-width
Eigenschaft legt die Breite des unteren Rahmens fest.
{{cssinfo("border-bottom-width")}}
border-bottom-width: {{csssyntax("border-bottom-width")}}
.beispielEins { border-bottom-width: 10px; } .beispielZwei { border-bottom-width: thin; }
Spezifikation | Status | Anmerkung |
---|---|---|
{{ SpecName('CSS3 Backgrounds', '#the-border-width', 'border-bottom-width') }} | {{ Spec2('CSS3 Backgrounds') }} | Keine Änderung |
{{ SpecName('CSS2.1', 'box.html#border-width-properties', 'border-bottom-width') }} | {{ Spec2('CSS2.1') }} | Standardwert definiert |