accent-color
accent-color: auto | color | initial | inherit;
color
(rgb, hex, named-color, etc)
aspect-ratio: number / number | initial | inherit;
The aspect-ratio property allows you to define the ratio between width and height of an element. If aspect-ratio and width properties are set, the height will follow in the defined aspect ratio.
Tip: Use the aspect-ratio property in responsive layouts where elements often vary in size and you want to preserve the ratio between width and height.
The clamp() function clamps a middle value within a range of values between a defined minimum bound and a maximum bound. The function takes three parameters: a minimum value, a preferred value, and a maximum allowed value.
clamp(min, val, max)
clip-path: clip-source | basic-shape | margin-box | border-box | padding-box | content-box | fill-box | stroke-box | view-box | none | initial | inherit;
The color-mix() functional notation takes two <color> values and returns the result of mixing them in a given colorspace by a given amount.
color-mix(method, color1[ p1], color2[ p2])
p1, p2 are normalized as follows:
The cursor property specifies the mouse cursor to be displayed when pointing over an element.
Property Values