CSS
List CSS Properties
grid-row
A shorthand property for the grid-row-start and the grid-row-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-column
A shorthand property for the grid-column-start and the 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-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
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
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
font-variant-numeric
Controls the usage of alternate glyphs for numbers, fractions, and ordinal markers
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-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-caps
Controls the usage of alternate glyphs for capital letters
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
Specifies whether or not a text should be displayed in a small-caps font
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-stretch
Selects a normal, condensed, or expanded face from a font family
6:02 am, September 25, 2020 font
font-size-adjust
Preserves the readability of text when font fallback occurs
6:02 am, September 25, 2020 font
font-language-override
Controls the usage of language-specific glyphs in a typeface
6:02 am, September 25, 2020 font
font-kerning
Controls the usage of the kerning information (how letters are spaced)
6:02 am, September 25, 2020 font
@font-feature-values
Allows authors to use a common name in font-variant-alternate for feature activated differently in OpenType
6:02 am, September 25, 2020 font
font-feature-settings
Allows control over advanced typographic features in OpenType fonts
6:02 am, September 25, 2020 font
@font-face
A rule that allows websites to download and use fonts other than the "web-safe" fonts
6:02 am, September 25, 2020 font
font
A shorthand property for the font-style, font-variant, font-weight, font-size/line-height, and the font-family properties
6:02 am, September 25, 2020 font
flex-shrink
Specifies how the item will shrink relative to the rest
6:02 am, September 25, 2020 flex
flex-grow
Specifies how much the item will grow relative to the rest
6:02 am, September 25, 2020 flex
flex-flow
A shorthand property for the flex-direction and the flex-wrap properties
6:02 am, September 25, 2020 flex
flex
A shorthand property for the flex-grow, flex-shrink, and the flex-basis properties
6:02 am, September 25, 2020 flex
filter
Defines effects (e.g. blurring or color shifting) on an element before the element is displayed
6:02 am, September 25, 2020 filter
empty-cells
Specifies whether or not to display borders and background on empty cells in a table
6:02 am, September 25, 2020 empty
display
Specifies how a certain HTML element should be displayed
6:02 am, September 25, 2020 display
cursor
Specifies the mouse cursor to be displayed when pointing over an element
6:02 am, September 25, 2020 cursor
counter-increment
Increases or decreases the value of one or more CSS counters
6:02 am, September 25, 2020 counter
content
Used with the :before and :after pseudo-elements, to insert generated content
6:02 am, September 25, 2020 content
column-span
Specifies how many columns an element should span across
6:02 am, September 25, 2020 column