Results 101 - 120 of 326

empty-cells

The empty-cells CSS property specifies how user agents should render borders and backgrounds around cells that have no visible content.
CSS CSS Property CSS Tables NeedsMobileBrowserCompatibility Reference

flex

The flex CSS property is a shorthand property specifying the ability of a flex item to alter its dimensions to fill available space. Flex items can be stretched to use available space proportional to their flex grow factor or their flex shrink factor to prevent overflow.
CSS CSS Flexible Boxes CSS Property Reference

flex-direction

The flex-direction CSS property specifies how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).
CSS CSS Flexible Boxes CSS Property Reference

flex-flow

The flex-flow CSS property is a shorthand property for flex-direction and flex-wrap individual properties.
CSS CSS Flexible Boxes CSS Property Reference

flex-wrap

The CSS flex-wrap property specifies whether flex items are forced into a single line or can be wrapped onto multiple lines. If wrapping is allowed, this property also enables you to control the direction in which lines are stacked.
CSS CSS Flexible Boxes CSS Property Reference

float

The float CSS property specifies that an element should be taken from the normal flow and placed along the left or right side of its container, where text and inline elements will wrap around it.
CSS CSS Positioning CSS Property Reference

font

The font CSS property is either a shorthand property for setting font-style, font-variant, font-weight, font-size, line-height and font-family, or a way to set the element's font to a system font, using specific keywords.
CSS CSS Fonts CSS Property Reference

font-family

The font-family CSS property lets you specify a prioritized list of font family names and/or generic family names for the selected element. Values are separated by a comma to indicate that they are alternatives. The browser will select the first font on the list that is installed on the computer or that can be downloaded using a @font-face at-rule.
CSS CSS Fonts CSS Property Reference

font-feature-settings

The font-feature-settings CSS property gives you control over advanced typographic features in OpenType fonts.
CSS CSS Fonts CSS Property Reference

font-kerning

The font-kerning CSS property controls the usage of the kerning information; that is, it controls how letters are spaced. The kerning information is stored in the font, and if the font is well-kerned, this feature allows spacing between characters to be very similar, whatever the characters are.
CSS CSS Property Fonts Property Reference

font-language-override

The font-language-override CSS property controls the usage of language-specific glyphs in a typeface.
CSS CSS Fonts CSS Property Reference

font-size

The font-size CSS property specifies the size of the font (historically the width of the capital "M"). Setting the font size may, in turn, change the size of other items, since it is used to compute the value of the em and ex <length> units.
CSS CSS Fonts CSS Property Reference

font-size-adjust

The font-size-adjust CSS property specifies that font size should be chosen based on the height of lowercase letters rather than the height of capital letters. This is useful since the legibility of fonts, especially at small sizes, is determined more by the size of lowercase letters than by the size of capital letters.
CSS CSS Fonts CSS Property NeedsMobileBrowserCompatibility Reference

font-stretch

The font-stretch property selects a normal, condensed, or expanded face from a font.
CSS CSS Fonts CSS Property Reference

font-synthesis

The font-synthesis CSS property controls which missing typefaces, bold or italic, may be synthesized by the browser.
CSS CSS Fonts CSS Property Reference

font-variant

The font-variant property acts as a shorthand for the longhand properties: font-variant-caps, font-variant-numeric, font-variant-alternates, font-variant-ligatures, and font-variant-east-asian. You can also set the CSS Level 2 (Revision 1) values of font-variant, (that is, normal or small-caps), by using the font shorthand.
CSS CSS Fonts CSS Property Reference

font-variant-alternates

The font-variant-alternates CSS property controls the usage of alternate glyphs. These alternate glyphs may be referenced by alternative names defined in @font-feature-values.
CSS CSS Fonts CSS Property Reference

font-variant-caps

The font-variant-caps CSS property controls the usage of alternate glyphs for capital letters. Scripts can have capital letter glyphs of different sizes, the normal uppercase glyphs, small capital glyphs, and petite capital glyphs. This property controls which alternate glyphs to use.
CSS CSS Fonts CSS Property Reference

font-variant-east-asian

The font-variant-east-asian CSS property controls the usage of alternate glyphs for East Asian scripts, like Japanese and Chinese.
CSS CSS Fonts CSS Property NeedsLiveSample Reference

font-variant-numeric

The font-variant-numeric CSS property controls the usage of alternate glyphs for numbers, fractions, and ordinal markers.
CSS CSS Fonts CSS Property NeedsLiveSample Reference