CSS
List CSS Properties
font-stretch
Selects a normal, condensed, or expanded face from a font family
6:02 am, September 25, 2020 font
font-synthesis
Controls which missing typefaces (bold or italic) may be synthesized by the browser
6:02 am, September 25, 2020 font
font-variant
Specifies whether or not a text should be displayed in a small-caps font
6:02 am, September 25, 2020 font
font-variant-alternates
Controls the usage of alternate glyphs associated to alternative names defined in @font-feature-values
6:02 am, September 25, 2020 font
font-variant-caps
Controls the usage of alternate glyphs for capital letters
6:02 am, September 25, 2020 font
font-variant-east-asian
Controls the usage of alternate glyphs for East Asian scripts (e.g Japanese and Chinese)
6:02 am, September 25, 2020 font
font-variant-ligatures
Controls which ligatures and contextual forms are used in textual content of the elements it applies to
6:02 am, September 25, 2020 font
font-variant-numeric
Controls the usage of alternate glyphs for numbers, fractions, and ordinal markers
6:02 am, September 25, 2020 font
font-variant-position
Controls the usage of alternate glyphs of smaller size positioned as superscript or subscript regarding the baseline of the font
6:02 am, September 25, 2020 font
grid
A shorthand property for the grid-template-rows, grid-template-columns, grid-template-areas, grid-auto-rows, grid-auto-columns, and the grid-auto-flow properties
6:02 am, September 25, 2020 grid
grid-area
Either specifies a name for the grid item, or this property is a shorthand property for the grid-row-start, grid-column-start, grid-row-end, and grid-column-end properties
6:02 am, September 25, 2020 grid
grid-auto-flow
Specifies how auto-placed items are inserted in the grid
6:02 am, September 25, 2020 grid
grid-column
A shorthand property for the grid-column-start and the grid-column-end properties
6:02 am, September 25, 2020 grid
grid-gap
A shorthand property for the grid-row-gap and grid-column-gap properties
6:02 am, September 25, 2020 grid
grid-row
A shorthand property for the grid-row-start and the grid-row-end properties
6:02 am, September 25, 2020 grid
grid-template
A shorthand property for the grid-template-rows, grid-template-columns and grid-areas properties
6:02 am, September 25, 2020 grid
grid-template-areas
Specifies how to display columns and rows, using named grid items
6:02 am, September 25, 2020 grid
grid-template-columns
Specifies the size of the columns, and how many columns in a grid layout
6:02 am, September 25, 2020 grid
hanging-punctuation
Specifies whether a punctuation character may be placed outside the line box
6:02 am, September 25, 2020 hanging
hyphens
Sets how to split words to improve the layout of paragraphs
6:02 am, September 25, 2020 hyphens
image-rendering
Gives a hint to the browser about what aspects of an image are most important to preserve when the image is scaled
6:02 am, September 25, 2020 image-rendering
@import
Allows you to import a style sheet into another style sheet
6:02 am, September 25, 2020 @import
isolation
Defines whether an element must create a new stacking content
6:02 am, September 25, 2020 isolation
justify-content
Specifies the alignment between the items inside a flexible container when the items do not use all available space
6:02 am, September 25, 2020 justify-content
letter-spacing
Increases or decreases the space between characters in a text
6:02 am, September 25, 2020 letter-spacing
list-style-position
Specifies the position of the list-item markers (bullet points)
6:02 am, September 25, 2020 list