Results 181 - 200 of 726

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

Pseudo-elements

Just like pseudo-classes, pseudo-elements are added to selectors but instead of describing a special state, they allow you to style certain parts of a document. For example, the ::first-line pseudo-element targets only  the first line of an element specified by the selector.
Beginner CSS CSS Reference CSS Référence Selectors

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

shape-margin

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

shape-outside

The shape-outside CSS property uses shape values to define the float area for a float and will cause inline content to wrap around the shape instead of the float's bounding box.
CSS CSS Property CSS Shapes Property 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-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

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

transition-duration

The transition-duration CSS property specifies the number of seconds or milliseconds a transition animation should take to complete. By default, the value is 0s, meaning that no animation will occur.
CSS CSS Property CSS Transitions Experimental Reference

transition-property

The transition-property CSS property is used to specify the names of CSS properties to which a transition effect should be applied.
CSS CSS Property CSS Transitions Experimental Reference

transition-timing-function

The transition-timing-function CSS property is used to describe how the intermediate values of the CSS properties being affected by a transition effect are calculated. This in essence lets you establish an acceleration curve, so that the speed of the transition can vary over its duration.
CSS CSS Property CSS Transitions Experimental Reference

var()

The var() function can be used instead of any part of a value in any property on an element. The var() function can not be used as property names, selectors or anything else besides property values. (Doing so usually produces invalid syntax or else a value whose meaning has no connection to the variable.)
CSS CSS Function CSS Variables Experimental Reference

-webkit-border-before

The -webkit-border-before CSS property is a shorthand property for setting the individual logical block start border property values in a single place in the style sheet. -webkit-border-before can be used to set the values for one or more of: -webkit-border-before-width, -webkit-border-before-style, and -webkit-border-before-color. It maps to a physical border depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top, border-right, border-bottom, or border-left property depending on the values defined for writing-mode, direction, and text-orientation.
CSS CSS Property CSS Reference Non-standard

white-space

The white-space property is used to describe how whitespace inside the element is handled.
CSS CSS Property CSS Text NeedsMobileBrowserCompatibility Reference