Results 121 - 140 of 209

<color>

The <color> CSS data type denotes a color in the sRGB color space. A color can be described in any of these ways:
CSS CSS Data Type Layout NeedsMobileBrowserCompatibility Reference Web

column-count

The column-count CSS property describes the number of columns of the element.
CSS CSS Multi-columns CSS Property NeedsMobileBrowserCompatibility Reference

column-gap

The column-gap CSS property sets the size of the gap between columns for elements which are specified to be displayed as multi-column elements.
CSS CSS Multi-columns CSS Property NeedsMobileBrowserCompatibility Reference

column-rule

In multi-column layouts, the column-rule CSS property specifies a straight line, or "rule", to be drawn between each column. It is a convenient shorthand to avoid setting each of the individual column-rule-* properties separately : column-rule-width, column-rule-style and column-rule-color.
CSS CSS Multi-columns CSS Property NeedsMobileBrowserCompatibility Reference

column-rule-color

The column-rule-color CSS property lets you set the color of the "rule" or line drawn between columns in multi-column layouts.
CSS CSS Multi-columns CSS Property NeedsMobileBrowserCompatibility Reference

column-rule-style

The column-rule-style CSS property lets you set the style of the rule drawn between columns in multi-column layouts.
CSS CSS Multi-columns CSS Property NeedsMobileBrowserCompatibility Reference

column-rule-width

The column-rule-width CSS property lets you set the width of the rule drawn between columns in multi-column layouts.
CSS CSS Multi-columns CSS Property NeedsMobileBrowserCompatibility Reference

CSS Masks

CSS Masks is a CSS module that defines means, including masking and clipping, for partially or fully hiding portions of visual elements.
CSS CSS Masks CSS Reference NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Overview

flex-basis

The flex-basis CSS property specifies the flex basis which is the initial main size of a flex item. This property determines the size of the content-box unless specified otherwise using box-sizing.
CSS CSS Flexible Boxes CSS Property NeedsMobileBrowserCompatibility Reference

image-rendering

The image-rendering CSS property provides a hint to the browser about the algorithm it should use to scale images. It applies to the element itself as well as any images supplied in other properties for the element. It has no effect on non-scaled images.
CSS CSS Image CSS Property Experimental NeedsMobileBrowserCompatibility Reference SVG

inherit

The inherit CSS-value causes the element for which it is specified to take the computed value of the property from its parent element. It is allowed on every CSS property.
CSS CSS Cascade Layout NeedsMobileBrowserCompatibility Reference Référence Web

letter-spacing

The letter-spacing CSS property specifies spacing behavior between text characters.
CSS CSS Property CSS Text NeedsMobileBrowserCompatibility Reference SVG

mask-composite

The mask-composite CSS property represents a compositing operation used on the current mask layer with the mask layers below it.
CSS CSS Masks CSS Property NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Non-standard Reference

mask-image

The mask-image CSS property sets the image that is used as mask layer for an element.
CSS CSS Masks CSS Property Experimental NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

mask-repeat

The mask-repeat CSS property defines how mask images are repeated. A mask image can be repeated along the horizontal axis, the vertical axis, both axes, or not repeated at all.
CSS CSS Masks CSS Property Experimental NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

mask-type

The CSS mask-type properties defines if a mask is used as a luminance or an alpha mask.
CSS CSS Masks CSS Property NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference SVG

Using media queries

A media query consists of an optional media type and zero or more expressions that limit the style sheets' scope by using media features, such as width, height, and color. Media queries, added in CSS3, let the presentation of content be tailored to a specific range of output devices without having to change the content itself.
Advanced CSS Guide Media Queries NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Responsive Design Web

-moz-binding

The -moz-binding CSS property is used by Mozilla-based applications to attach an XBL binding to a DOM element.
CSS CSS Reference NeedsBrowserCompatibility NeedsMobileBrowserCompatibility NeedsUpdate Non-standard XBL

-moz-user-focus

The -moz-user-focus CSS property is used to indicate whether the element can have the focus.
CSS CSS Reference CSS:Mozilla Extensions NeedsBrowserCompatibility NeedsContent NeedsExample NeedsMobileBrowserCompatibility