corner-block-end-shape
An experimental shorthand for styling the shapes (round, angled, etc.) of the corners at the end of the block axis (usually bottom-left and bottom-right).
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 */
.card {
/* Experimental: sets the shape of both bottom corners */
corner-block-end-shape: angle;
}
/* Global values */
corner-block-end-shape: inherit;
corner-block-end-shape: initial;
corner-block-end-shape: revert;
corner-block-end-shape: revert-layer;
corner-block-end-shape: unset;
corner-block-end-shape Browser support
This feature is not Baseline because it does not work in some of the most widely-used browsers.