Corner Block End Shape

Set the shape for the block-end corner of an element.

Limited availability

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

Chrome
Edge
Firefox
Safari

cbes-b
corner-block-end-shape: bevel;
cbes-n
corner-block-end-shape: notch;
cbes-r
corner-block-end-shape: round;
cbes-s
corner-block-end-shape: squircle;

Responsiveness

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

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