Corner Bottom Left Shape

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

Limited availability

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

Chrome
Edge
Firefox
Safari

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

Responsiveness

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

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