CSS – font-variant-caps Property
The font-variant-caps property controls the usage of alternate glyphs for capital letters.
The font-variant-caps property controls the usage of alternate glyphs for capital letters.
The font-weight property sets how thick or thin characters in text should be displayed.
The hyphens property defines whether hyphenation is allowed to create more soft wrap opportunities within a line of text.
The letter-spacing property defines the amount of space between characters in a string of text.
The line-height property specifies the height of a line, which is the spacing between lines of text when wrapping to new lines, such as in paragraphs.
The list-style property is a shorthand property for list-style-type, list-style-position, and list-style-image.
The list-style-image property replaces the list-item marker with an image. The list-style-type property should also be specified as a backup.
The list-style-position property specifies the position of the list-item markers (bullet points).
The list-style-type specifies the type of list-item marker in a list.
The quotes property sets the type of quotation marks to be used for quotations.
The text-align property specifies the horizontal alignment of text in an element (left, right, centered, or justified).
The text-align-last property specifies how to align the last line of a text.
The text-decoration property specifies the decoration added to text, and is a shorthand property for the other text-decoration properties.
The text-decoration-color property specifies the color of the text-decoration (underlines, overlines, line-throughs).
The text-decoration-line property sets the kind of text decoration to use (underline, overline, line-through).
The text-decoration-style property sets the style of the text decoration (solid, double, dashed, dotted, wavy).
The text-decoration-thickness property specifies the thickness of the decoration line.
The text-indent property specifies the indentation of the first line in a text-block. The first line will be outdented to the left if the value is negative.
The text-justify property specifies the justification method of text when the text-align property is set to “justify”.