Results 201 - 220 of 326

word-spacing

The word-spacing CSS property specifies the spacing behavior between tags and words.
CSS CSS Property CSS Text NeedsMobileBrowserCompatibility Reference

unicode-range

The unicode-range CSS descriptor sets the specific range of characters to be used from a font defined by @font-face and made available for use on the current page. If the page doesn't use any character in this range, the font is not downloaded; if it uses at least one, the whole font is downloaded.
CSS CSS Fonts CSS Property Experimental Layout Reference Web

marks

The marks CSS at-rule descriptor adds crop and/or cross marks to the presentation of the document. Crop marks indicate where the page should be cut. Cross marks are used to align sheets.
CSS CSS Property Layout NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Reference Web

align-content

The CSS align-content property aligns a flex container's lines within the flex container when there is extra space on the cross-axis.
CSS CSS Flexible Boxes CSS Property NeedsMobileBrowserCompatibility Reference

align-items

The CSS align-items property aligns flex items of the current flex line the same way as justify-content but in the perpendicular direction.
CSS CSS Flexible Boxes CSS Property NeedsExample Reference

align-self

The align-self CSS property aligns flex items of the current flex line overriding the align-items value. If any of the flex item's cross-axis margin is set to auto, then align-self is ignored.
CSS CSS Flexible Boxes CSS Property NeedsExample NeedsMobileBrowserCompatibility Reference

animation-fill-mode

The animation-fill-mode CSS property specifies how a CSS animation should apply styles to its target before and after it is executing.
CSS CSS Animations CSS Property Experimental NeedsMobileBrowserCompatibility Reference

animation-play-state

The animation-play-state CSS property determines whether an animation is running or paused. This can be queried to determine whether or not the animation is currently running. In addition, its value can be set to pause and resume playback of an animation.
CSS CSS Animations CSS Property Experimental NeedsMobileBrowserCompatibility Reference

background-color

The background-color CSS property sets the background color of an element, either through a color value or the keyword transparent.
CSS CSS Background CSS Property Graphics Layout Reference

background-position-x

The background-position-x CSS property sets the initial horizontal position, relative to the background position layer defined by background-origin for each defined background image. For more information, see the background-position property, which has been widely supported.
CSS CSS Background CSS Property Experimental NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

border

The border CSS property is a shorthand property for setting the individual border property values in a single place in the style sheet. border can be used to set the values for one or more of: border-width, border-style, border-color.
CSS CSS Borders CSS Property Layout NeedsMobileBrowserCompatibility Reference Web