CSS border-top-right-radius Property Reference

The CSS border-top-right-radius property is a standard property in CSS Backgrounds and Borders. Review its formal syntax, computed behavior, and practical declarations.

CSS border-top-right-radius Property Reference

The CSS border-top-right-radius property is a standard property in CSS Backgrounds and Borders. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

border-top-right-radius overview

The CSS border-top-right-radius property is a standard property in CSS Backgrounds and Borders. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

border-top-right-radius formal syntax
FieldValue
Formal syntax<length-percentage [0,∞]>{1,2}
Initial value0
Applies toallElementsUAsNotRequiredWhenCollapse
InheritedNo
PercentagesreferToDimensionOfBorderBox
Computed valuetwoAbsoluteLengthOrPercentages
Animation typelpc
Mediavisual
Specification groupCSS Backgrounds and Borders
StatusStandard

Practical examples

These declarations demonstrate valid ways to set border-top-right-radius. The initial and inherit global keywords remain available even when a property-specific value is preferable.

border-top-right-radius live example
CSS .reset-example { border-top-right-radius: initial; } .inherit-example { border-top-right-radius: inherit; } @supports (border-top-right-radius: initial) { .supported { border-top-right-radius: initial; } }

Description

The CSS border-top-right-radius property is a standard property in CSS Backgrounds and Borders. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: border-top-right-radius
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies