Corner Shape
Set the shape for element corners.
Limited availability
This feature does not work in some of the most widely-used browsers.
Chrome
Edge
Firefox
Safari
cs-bcorner-shape: bevel;cs-ncorner-shape: notch;cs-rcorner-shape: round;cs-scorner-shape: squircle;Responsiveness
Use breakpoint prefixes to target different screen sizes. Styles apply from the breakpoint & up.
sm:cs-(value)Small≥640px
md:cs-(value)Medium≥768px
lg:cs-(value)Large≥1024px
xxl:cs-(value)Extra Large≥1536px
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:cs-(value)