CSS
Search
Search
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-settings
Allows control over advanced typographic features in OpenType 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
clear
modifies the side of an element that other floating elements are no longer allowed to float. can be used after a row of floating elements. none|left|right|both|initial|inherit
6:02 am, September 25, 2020 clear
break-inside
Specifies whether or not a page-, column-, or region-break should occur inside the specified element
6:02 am, September 25, 2020 break
break-before
Specifies whether or not a page-, column-, or region-break should occur before the specified element
6:02 am, September 25, 2020 break
break-after
Specifies whether or not a page-, column-, or region-break should occur after the specified element Usually used in print @media to specify a break in the content. You can test the following demo's ..
6:02 am, September 25, 2020 break
box-sizing
box-sizing defines how the height and width of an element are calculated and if they should include borders and padding this usually defines the box sizing and is included in a html reset like * { bo..
6:02 am, September 25, 2020 box
box-shadow
sets a shadow or multiple shadows on an element none|h-offset v-offset blur spread color |inset|initial|inherit
6:02 am, September 25, 2020 box
box-decoration-break
changes the behavior of the border and background of an element at page-break, or, for in-line elements, at line-break.
6:02 am, September 25, 2020 box
@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-face
A rule that allows websites to download and use fonts other than the "web-safe" fonts
6:02 am, September 25, 2020 font