R (red), G (green), B (blue) and A (alpha).
sets the type of mouse cursor, if any, to show when the mouse pointer is over an element.
sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (none).
sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (flex).
sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (inline).
sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (inline-block).
A shorthand property for all the padding-* properties.
A shorthand property for all the border properties.
Specifies the top/bottom/left/right position of a positioned element.
Specifies the type of positioning method used for an element (absolute).
Specifies the type of positioning method used for an element (fixed).
Specifies the type of positioning method used for an element (relative).
Specifies the type of positioning method used for an element (static).
property sets the background color/image of an element.
CSS property sets the foreground color value of an element their text and text decorations, and sets the
sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (show).
sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex.
sets the z-order of a positioned element and its descendants or flex items.
sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (block).
Sets all the margin properties in one declaration.
Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.