CSS property: -webkit-border-bottom-right-radius

Description

Specifies that the bottom-right corner of a box be rounded with the specified radius.

Syntax

-webkit-border-bottom-right-radius: <radius>;

-webkit-border-bottom-right-radius: <horizontal_radius> <vertical_radius>;

Values

<radius>

The radius of the rounded corner.

<horizontal_radius>

The horizontal radius of the rounded corner.

<vertical_radius>

The vertical radius of the rounded corner.

Versions