Corner End End Shape

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

Limited availability

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

Chrome
Edge
Firefox
Safari

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

Responsiveness

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

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