CSS – quotes Property
The quotes property sets the type of quotation marks to be used for quotations.
The quotes property sets the type of quotation marks to be used for quotations.
The right property defines the horizontal position of a positioned element, but will have no affect on an item not positioned.
The scroll-behavior property specifies whether a user’s click is to smoothly scroll position, instead of instantly jumping, to the new page section.
The table-layout property defines the algorithm used to layout table cells, rows, and columns.
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”.
The text-overflow property specifies how overflowed content should be displayed to the user (clipped, an ellipsis (…), or display a custom string).
The text-shadow property accepts a comma-separated list of shadows to be applied to the text.
The text-transform property controls how text is capitalized or not capitalized.
The top property defines the vertical position of a positioned element, but will have no affect on an item not positioned.