border-bottom-right-radius

Specifically rounds the bottom-right corner of an element. It helps in building modern UI components like cards with soft corners or asymmetric decorative boxes.

Quick example

.decorative-box {
  background: #f1f5f9;
  /* Only round the bottom right for a unique look */
  border-bottom-right-radius: 50px;
}

Quick facts

Initial value
0
Inherited
No
Applies to
all elements (UAs not required when collapse)
Animation type
lpc

Values

length-percentage

border-bottom-right-radius Browser Support

Widely available Since 2015 96% global usage

This feature is well established and works across many devices and browser versions. It has been available across browsers since 2015.

Safe to use without fallbacks.

4+
4+
5+
12+
ESC