Corner End Start Shape

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

Limited availability

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

Chrome
Edge
Firefox
Safari

cests-b
corner-end-start-shape: bevel;
cests-n
corner-end-start-shape: notch;
cests-r
corner-end-start-shape: round;
cests-s
corner-end-start-shape: squircle;

Responsiveness

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

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