Corner Bottom Shape

Set the shape for the bottom corners of an element.

Limited availability

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

Chrome
Edge
Firefox
Safari

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

Responsiveness

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

sm:cbs-(value)
Small640px
md:cbs-(value)
Medium768px
lg:cbs-(value)
Large1024px
xxl:cbs-(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:cbs-(value)