--- title: border-bottom-right-radius slug: Web/CSS/border-bottom-right-radius tags: - CSS - CSS Eigenschaft - CSS Referenz - CSS Ränder - Layout - NeedsContent translation_of: Web/CSS/border-bottom-right-radius ---

{{CSSRef}}

Die CSS Eigenschaft border-bottom-right-radius legt die Abrundung der unteren rechten Ecke eines Elements fest. Vor Gecko 2.0 (Firefox 4) war diese Eigenschaft unter dem Namen -moz-border-radius-bottomright bekannt.

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

{{cssinfo("border-bottom-right-radius")}}

Syntax

border-bottom-right-radius: radius               /* the corner is a circle    */  E.g. border-bottom-right-radius: 3px
border-bottom-right-radius: horizontal vertical  /* the corner is an ellipsis */  E.g. border-bottom-right-radius: 0.5em 1em

border-bottom-right-radius: inherit

Formale Syntax

{{csssyntax}}

Spezifikation

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

{{cssinfo}}

Browser Kompatibilität

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