Results 361 - 380 of 2,240

URIError.prototype

The URIError.prototype property represents the prototype for the URIError constructor.
Error JavaScript Property Prototype URIError

Custom properties (--*)

Property names that are prefixed with --, like --example-name, represent custom properties that contain a value than can be reused throughout the document using the (var()) function.
CSS CSS Property CSS Variables Experimental Reference

all

The CSS all shorthand property resets all properties, apart from unicode-bidi and direction, to their initial or inherited value.
CSS CSS Cascade CSS Property Reference

animation-delay

The animation-delay CSS property specifies when the animation should start. This lets the animation sequence begin some time after it's applied to an element.
CSS CSS Animations CSS Property Experimental Reference

animation-direction

The animation-direction CSS property indicates whether the animation should play in reverse on alternate cycles.
CSS CSS Animations CSS Property Experimental Reference

animation-duration

The animation-duration CSS property specifies the length of time that an animation should take to complete one cycle.
CSS CSS Animations CSS Property Experimental Reference

animation-iteration-count

The animation-iteration-count CSS property defines the number of times an animation cycle should be played before stopping.
CSS CSS Animations CSS Property Experimental Reference

animation-name

The animation-name CSS property specifies a list of animations that should be applied to the selected element. Each name indicates a @keyframes at-rule that defines the property values for the animation sequence.
CSS CSS Animations CSS Property Experimental Reference

background

The background CSS property is a shorthand for setting the individual background values in a single place in the style sheet. background can be used to set the values for one or more of: background-clip, background-color, background-image, background-origin, background-position, background-repeat, background-size, and background-attachment.
CSS CSS Background CSS Property Reference

background-attachment

If a background-image is specified, the background-attachment CSS property determines whether that image's position is fixed within the viewport, or scrolls along with its containing block.
CSS CSS Background CSS Property Reference

background-clip

The background-clip CSS property specifies whether an element's background, either the color or image, extends underneath its border.
CSS CSS Background CSS Property NeedsMobileBrowserCompatibility Reference

background-image

The CSS background-image property sets one or several background images for an element. The images are drawn on stacking context layers on top of each other. The first layer specified is drawn as if it is closest to the user.
CSS CSS Background CSS Property NeedsMobileBrowserCompatibility Reference

background-origin

The background-origin CSS property determines the background positioning area, that is the position of the origin of an image specified using the background-image CSS property.
CSS CSS Background CSS Property NeedsMobileBrowserCompatibility Reference

background-position

The background-position CSS property sets the initial position for each defined background image, relative to the background position layer defined by background-origin.
CSS CSS Background CSS Property NeedsMobileBrowserCompatibility Reference

background-position-y

The background-position-y CSS property sets the initial vertical 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 for much longer.
CSS CSS Background CSS Property Experimental Reference

background-repeat

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

background-size

The background-size CSS property specifies the size of the background images. The size of the image can be fully constrained or only partially in order to preserve its intrinsic ratio.
CSS CSS Background CSS Property NeedsMobileBrowserCompatibility Reference

border-bottom

The border-bottom CSS property is a shorthand that sets the values of border-bottom-color, border-bottom-style, and border-bottom-width. These properties describe the bottom border of elements.
CSS CSS Borders CSS Property Reference