backface-visibility |
Defines whether or not the back face of an element should be visible when facing the user |
background |
A shorthand property for setting all the background properties in one declaration |
background-attachment |
Sets whether a background image scrolls with the rest of the page, or is fixed |
background-blend-mode |
Specifies the blending mode of each background layer (color/image) |
background-clip |
Defines how far the background (color or image) should extend within an
element |
background-color |
Specifies the background color of an element |
background-image |
Specifies one or more background images for an element |
background-origin |
Specifies the origin position of a background image |
background-position |
Specifies the position of a background image |
background-repeat |
Sets if/how a background image will be repeated |
background-size |
Specifies the size of the background images |
border |
A shorthand property for border-width, border-style and border-color |
border-bottom |
A shorthand property for setting all the bottom border properties in one declaration |
border-bottom-color |
Sets the color of the bottom border |
border-bottom-left-radius |
Defines the radius of the border of the bottom-left corner |
border-bottom-right-radius |
Defines the radius of the border of the bottom-right corner |
border-bottom-style |
Sets the style of the bottom border |
border-bottom-width |
Sets the width of the bottom border |
border-collapse |
Sets whether table borders should collapse into a single border or be separated |
border-color |
Sets the color of the four borders |
border-image |
A shorthand property for setting all the border-image-* properties |
border-image-outset |
Specifies the amount by which the border image area extends beyond the border box |
border-image-repeat |
Specifies whether the border image should be repeated, rounded or stretched |
border-image-slice |
Specifies how to slice the border image |
border-image-source |
Specifies the path to the image to be used as a border |
border-image-width |
Specifies the width of the border image |
border-left |
A shorthand property for setting all the left border properties in one declaration |
border-left-color |
Sets the color of the left border |
border-left-style |
Sets the style of the left border |
border-left-width |
Sets the width of the left border |
border-radius |
A shorthand property for setting all the four border-*-radius properties |
border-right |
A shorthand property for setting all the right border properties in one declaration |
border-right-color |
Sets the color of the right border |
border-right-style |
Sets the style of the right border |
border-right-width |
Sets the width of the right border |
border-spacing |
Sets the distance between the borders of adjacent cells |
border-style |
Sets the style of the four borders |
border-top |
A shorthand property for setting all the top border properties in one declaration |
border-top-color |
Sets the color of the top border |
border-top-left-radius |
Defines the radius of the border of the top-left corner |
border-top-right-radius |
Defines the radius of the border of the top-right corner |
border-top-style |
Sets the style of the top border |
border-top-width |
Sets the width of the top border |
border-width |
Sets the width of the four borders |
bottom |
Sets the elements position, from the bottom of its parent element |
box-decoration-break |
Sets the behavior of the background and border of an element at page-break, or, for in-line elements, at line-break. |
box-shadow |
Attaches one or more shadows to an element |
box-sizing |
Defines how the width and height of an element are calculated: should
they include padding and borders, or not |
break-after |
Specifies the page-, column-, or region-break behavior after the generated box |
break-before |
Specifies the page-, column-, or region-break behavior before the generated box |
break-inside |
Specifies the page-, column-, or region-break behavior inside the generated box |