# border-bottom-right-radius

The border-bottom-right-radius CSS property rounds the bottom-right corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.

# # Syntax

border-bottom-right-radius: <length-percentage>{1,2};

# # Compatibility

# # uni-app compatibility

Android version Android uni-app Android uni-app-x iOS version iOS uni-app iOS uni-app-x
border-bottom-right-radius 5.0 3.9+ 9.0 -

# # See also