Corner Bottom Right Shape

Set the shape for the bottom-right corner of an element.

Limited availability

This feature does not work in some of the most widely-used browsers.

Chrome
Edge
Firefox
Safari

cbrs-b
corner-bottom-right-shape: bevel;
cbrs-n
corner-bottom-right-shape: notch;
cbrs-r
corner-bottom-right-shape: round;
cbrs-s
corner-bottom-right-shape: squircle;

Responsiveness

Use breakpoint prefixes to target different screen sizes. Styles apply from the breakpoint & up.

sm:cbrs-(value)
Small640px
md:cbrs-(value)
Medium768px
lg:cbrs-(value)
Large1024px
xxl:cbrs-(value)
Extra Large1536px

Hover State

Apply styles conditionally on hover using the h: prefix.

Add the h: prefix to apply styles only when the user hovers over the element.

Syntax:h:cbrs-(value)