-moz-appearance | string | β No | Defines the appearance for Mozilla-based browsers. |
-moz-box-shadow | string | β No | Specifies the shadow effect for Mozilla-based browsers. |
-moz-osx-font-smoothing | string | β No | Controls font smoothing on macOS in Firefox. |
-moz-tap-highlight-color | string | β No | Defines the highlight color on tap events for Mozilla-based browsers. |
-moz-transition | string | β No | Specifies the transition effect for Mozilla-based browsers. |
-webkit-appearance | string | β No | Defines the appearance for Webkit-based browsers. |
-webkit-box-shadow | string | β No | Specifies the shadow effect for Webkit-based browsers. |
-webkit-font-smoothing | string | β No | Controls font smoothing for Webkit-based browsers. |
-webkit-tap-highlight-color | string | β No | Defines the highlight color on tap events for Webkit-based browsers. |
-webkit-transition | string | β No | Specifies the transition effect for Webkit-based browsers. |
appearance | string | β No | Defines the UI appearance of an element. |
background | string | β No | Sets the background properties of an element. |
border | string | β No | Defines the border properties of an element. |
box-shadow | string | β No | Specifies the shadow effect on elements. |
color | string | β No | Sets the text color. |
direction | string | β No | Defines the text direction (ltr or rtl). |
font | string | β No | Sets font properties in a shorthand format. |
font-family | string | β No | Specifies the font family of text. |
font-size | string | β No | Defines the size of the font. |
font-size-adjust | string | β No | Adjusts font-size based on lowercase letters. |
font-stretch | string | β No | Defines how the font should be stretched. |
font-style | string | β No | Defines the style of the font (normal, italic, oblique). |
font-variant | string | β No | Specifies the font variant properties. |
font-variant-alternates | string | |