CSS – cursor Property
The cursor property specifies the type of mouse cursor to be displayed when over an element.
The cursor property specifies the type of mouse cursor to be displayed when over an element.
The direction property specifies the text direction direction within a block-level element.
The display property specifies the display behavior (the way it renders and takes up space) of an element.
The empty-cells property sets whether or not to display borders on empty cells in a table.
The filter property defines visual effects (like blur and saturation) to an image element.
The flex property is a shorthand property for: flex-basis, flex-grow, and flex-shrink.
The flex-direction property specifies the direction of the flexible items.
The flex-flow property is a shorthand property for flex-direction and flex-wrap.
The flex-grow property specifies how much the item will grow relative to the rest of the flexible itemsinside the same container.
The flex-shrink property specifies how the item will shrink relative to the rest of the flexible items inside the same container.
The flex-wrap property specifies whether the flexible item should wrap or not.
The float property specifies whether an element should float to the left, to the right, or not at all.
The font property is a shorthand property for font-family, font-size/line-height, font-style, font-variant, and font-weight.
The font-family property specifies the font for an element, and contains several font names as a “fallback” system. The browser will use the first font available, trying the first font, then the second, and so on.
The font-feature-settings property allows control over advanced typographic features such as fractions, ligatures, and small caps in OpenType fonts.
The font-kerning property defines how a font’s letters are spaced by using the kerning information stored in the font.
The font-stretch property allows you to make text narrower (condensed) or wider (expanded).
The font-style property specifies the font style for a text: normal, italic, or oblique.