YouTip LogoYouTip

Css Reference

* * * ![Image 1: Note]( The CSS reference manual of has been tested in all mainstream browsers. * * * ## CSS Properties ### CSS Property Groups: * ( * ( * ( * ( * ( * ( * ( * [Flexbox (New)]( * [Flexbox (Old)]( * ( * ( ( * ( * ( * ( * ( * ( * ( * ( * ( * ( ( * ( * ( * ( * ( * [2D/3D Transform]( * ( * ( The "CSS" column indicates which CSS version the property is defined in (CSS1, CSS2, or CSS3). ## ( | Property | Description | CSS | | --- | --- | --- | | [@keyframes]( | Defines an animation, the animation name defined by @keyframes is used by animation-name. | 3 | | ( | Compound property. Retrieves or sets the animation effects applied to an object. | 3 | | ( | Retrieves or sets the animation name applied to an object, must be used together with the @keyframes rule, because the animation name is defined by @keyframes | 3 | | ( | Retrieves or sets the duration of an object's animation | 3 | | ( | Retrieves or sets the transition type of an object's animation | 3 | | ( | Retrieves or sets the delay time of an object's animation | 3 | | ( | Retrieves or sets the number of times an object's animation repeats | 3 | | ( | Retrieves or sets whether an object's animation reverses direction during cycles | 3 | | ( | Retrieves or sets the state of an object's animation | 3 | ## ( | Property | Description | CSS | | --- | --- | --- | | ( | Compound property. Sets the background characteristics of an object. | 1 | | ( | Sets or retrieves whether the background image scrolls with the object content or remains fixed. Must specify the background-image property first. | 1 | | ( | Sets or retrieves the background color of an object. | 1 | | ( | Sets or retrieves the background image of an object. | 1 | | ( | Sets or retrieves the position of the background image of an object. Must specify the background-image property first. | 1 | | ( | Sets or retrieves how the background image of an object fills the area. Must specify the background-image property first. | 1 | | ( | Specifies the area where the background image of an object is clipped outward. | 3 | | ( | Sets or retrieves the reference origin (position) for calculating background-position of an object's background image. | 3 | | ( | Retrieves or sets the size of the background image of an object. | 3 | ## ( | Property | Description | CSS | | --- | --- | --- | | ( | Compound property. Sets the border characteristics of an object. | 1 | | ( | Compound property. Sets the characteristics of the bottom border of an object. | 1 | | ( | Sets or retrieves the color of the bottom border of an object. | 1 | | ( | Sets or retrieves the style of the bottom border of an object. | 1 | | ( | Sets or retrieves the width of the bottom border of an object. | 1 | | ( | Sets or retrieves the color of the border of an object. | 1 | | ( | Compound property. Sets the characteristics of the left border of an object. | 1 | | ( | Sets or retrieves the color of the left border of an object. | 1 | | ( | Sets or retrieves the style of the left border of an object. | 1 | | ( | Sets or retrieves the width of the left border of an object. | 1 | | ( | Compound property. Sets the characteristics of the right border of an object. | 1 | | ( | Sets or retrieves the color of the right border of an object. | 1 | | ( | Sets or retrieves the style of the right border of an object. | 1 | | (
← Css SelectorsCss Background β†’