Results 501 - 520 of 2,240

perspective-origin

The perspective-origin CSS property determines the position the viewer is looking at. It is used as the vanishing point by the perspective property.
CSS CSS Property CSS Transforms Experimental Reference

pointer-events

The CSS property pointer-events allows authors to control under what circumstances (if any) a particular graphic element can become the target of mouse events. When this property is unspecified, the same characteristics of the visiblePainted value apply to SVG content.
CSS CSS Property NeedsExample NeedsMobileBrowserCompatibility Reference SVG

quotes

The quotes CSS property indicates how user agents should render quotation marks.
CSS CSS Property Layout Reference Web

ruby-align

The ruby-align CSS property defines the distribution of the different ruby elements over the base.
CSS CSS Reference CSS Ruby Property Reference

scroll-behavior

The scroll-behavior CSS property specifies the scrolling behavior for a scrolling box, when scrolling happens due to navigation or CSSOM scrolling APIs. Any other scrolls, e.g. those that are performed by the user, are not affected by this property. When this property is specified on the root element, it applies to the viewport instead.
CSS CSS Property CSSOM View Reference

shape-margin

The shape-margin CSS property adds a margin to shape-outside.
CSS CSS Property CSS Shapes Experimental Reference

text-align

The text-align CSS property describes how inline content like text is aligned in its parent block element. text-align does not control the alignment of block elements, only their inline content.
CSS CSS Property CSS Text Reference

text-decoration

The text-decoration CSS property is used to set the text formatting to underline, overline, line-through or blink. Underline and overline decorations are positioned under the text, line-through over it.
CSS CSS Property CSS Text NeedsMobileBrowserCompatibility Reference

text-decoration-color

The CSS text-decoration-color property sets the line color used when drawing underlines, overlines, and strikethrough lines specified by the corresponding text-decoration-line property. The color specified will be the same for all three line types.
CSS CSS Property CSS Text Reference

text-decoration-line

The text-decoration-line CSS property sets what kind of line decorations are added to an element.
CSS CSS Property CSS Text Reference

text-decoration-style

The text-decoration-style CSS property defines the style of the lines specified by text-decoration-line. The style applies to all lines, there is no way to define different style for each of the line defined by text-decoration-line.
CSS CSS Property CSS Text Layout Reference

text-emphasis

The text-emphasis CSS property is a shorthand property for setting text-emphasis-style and text-emphasis-color in one declaration. This property will apply the specified emphasis mark to each character of the element's text, except separator characters, like spaces,  and control characters.
CSS CSS Text Decoration Property Reference

text-emphasis-color

The text-emphasis-color CSS property defines the color used to draw an emphasis mark. It can also be set, and reset, using the text-emphasis shorthand.
CSS CSS Text Decoration Property Reference

text-emphasis-position

The text-emphasis-position CSS property describes where emphasis marks are drawn at. The effect of emphasis marks on the line height is the same as for ruby text: if there isn't enough place, the line height is increased.
CSS CSS Text Decoration Property Reference

text-emphasis-style

The text-emphasis-style CSS property defines the type of emphasis used. It can also be set, and reset, using the text-emphasis shorthand.
CSS CSS Text Decoration Property Reference

text-indent

The text-indent property specifies the amount of indentation (empty space) should be left before lines of text in a block. By default, this controls the indentation of only the first formatted line of the block, but the hanging and each-line keywords can be used to change this behavior.
CSS CSS Property CSS Text Layout Reference

top

The top CSS property specifies part of the position of positioned elements. It has no effect on non-positioned elements.
CSS CSS Positioning CSS Property Reference

touch-action

The touch-action CSS property specifies whether, and in what ways, a given region can be manipulated by the user (for instance, by panning or zooming).
CSS CSS Property NeedsLiveSample Pointer Events Reference

transition

The transition CSS property is a shorthand property for transition-property, transition-duration, transition-timing-function, and transition-delay. It enables you to define the transition between two states of an element. Different states may be defined using pseudo-classes like :hover or :active or dynamically set using JavaScript.
CSS CSS Property CSS Transitions Experimental Reference

transition-delay

The transition-delay CSS property specifies the amount of time to wait between a change being requested to a property that is to be transitioned and the start of the transition effect.
CSS CSS Property CSS Transitions Experimental Reference