Corner Left Shape

Set the shape for the left corners of an element.

Limited availability

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

Chrome
Edge
Firefox
Safari

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

Responsiveness

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

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