--- title: border-bottom-left-radius slug: Web/CSS/border-bottom-left-radius tags: - CSS - CSS Referenz translation_of: Web/CSS/border-bottom-left-radius ---

{{CSSRef}}

Übersicht

Die CSS Eigenschaft border-bottom-left-radius legt die Abrundung der unteren, linken Ecke eines Elements fest. Vor Gecko 2.0 (Firefox) war diese Eigenschaft unter dem Namen -moz-border-radius-bottomleft bekannt.

Weitere Informationen sind unter border-top-left-radius verfügbar.

{{cssinfo}}

Syntax

Formal syntax: {{csssyntax("border-bottom-left-radius")}}
border-bottom-left-radius: radius               /* the corner is a circle    */  E.g. border-bottom-left-radius: 3px
border-bottom-left-radius: horizontal vertical  /* the corner is an ellipsis */  E.g. border-bottom-left-radius: 0.5em 1em

border-bottom-left-radius: inherit

Spezifikation

Spezifikation Status Kommentar
{{SpecName('CSS3 Backgrounds', '#border-bottom-left-radius', 'border-bottom-left-radius')}} {{Spec2('CSS3 Backgrounds')}} Initial definition

{{cssinfo}}

Browser Kompatibilität

{{Compat("css.properties.border-bottom-left-radius")}}