corner-bottom-right-shape
An experimental property for the bottom-right corner shape. Part of the new efforts to give designers more control over corner aesthetics beyond simple rounding.
It is documented as part of the CSS Backgrounds and Borders specification. This is an experimental technology. The syntax and behavior are still subject to change.
Syntax
/* Usage Example */
.tab-active {
/* Experimental: sets the shape of the bottom-right corner */
corner-bottom-right-shape: round;
}
/* Global values */
corner-bottom-right-shape: inherit;
corner-bottom-right-shape: initial;
corner-bottom-right-shape: revert;
corner-bottom-right-shape: revert-layer;
corner-bottom-right-shape: unset;
corner-bottom-right-shape Browser support
This feature is not Baseline because it does not work in some of the most widely-used browsers.