Results 181 - 200 of 326

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

text-transform

The text-transform CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.
CSS CSS Property Layout Property Reference Text

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

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

-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

-webkit-text-stroke

The -webkit-text-stroke CSS property specifies the width and color of strokes for text characters. This is a shorthand property for the longhand properties -webkit-text-stroke-width and -webkit-text-stroke-color.
CSS CSS Property Non-standard Reference

white-space

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

widows

When a paragraph is split over two pages in paged media, the widows CSS property defines the minimum number of lines that must be left at the top of the second page. In typography, a widow is the last line of a paragraph appearing alone at the top of a new page. Setting the widows property allows the prevention of single-line widows.
CSS CSS Fragmentation CSS Property NeedsMobileBrowserCompatibility Reference

width

The width CSS property specifies the width of the content area of an element. The content area is inside the padding, border, and margin of the element.
CSS CSS Property NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

will-change

The will-change CSS property provides a way for authors to hint browsers about the kind of changes to be expected on an element, so that the browser can set up appropriate optimizations ahead of time before the element is actually changed. These kind of optimizations can increase the responsiveness of a page by doing potentially expensive work ahead of time before they are actually required.
CSS CSS Property CSS Will-change Reference