accent-color |
Specifies an accent color for user-interface controls |
https://www.w3schools.com/cssref/css4_pr_accent-color.php |
align-content |
Specifies the alignment between the lines inside a flexible container when the items do not use all available space |
https://www.w3schools.com/cssref/css3_pr_align-content.php |
align-items |
Specifies the alignment for items inside a flexible container |
https://www.w3schools.com/cssref/css3_pr_align-items.php |
align-self |
Specifies the alignment for selected items inside a flexible container |
https://www.w3schools.com/cssref/css3_pr_align-self.php |
all |
Resets all properties (except unicode-bidi and direction) |
https://www.w3schools.com/cssref/css3_pr_all.php |
animation |
A shorthand property for all the animation-* properties |
https://www.w3schools.com/cssref/css3_pr_animation.php |
animation-delay |
Specifies a delay for the start of an animation |
https://www.w3schools.com/cssref/css3_pr_animation-delay.php |
animation-direction |
Specifies whether an animation should be played forward, backward or in alternate cycles |
https://www.w3schools.com/cssref/css3_pr_animation-direction.php |
animation-duration |
Specifies how long an animation should take to complete one cycle |
https://www.w3schools.com/cssref/css3_pr_animation-duration.php |
animation-fill-mode |
Specifies a style for the element when the animation is not playing (before it starts, after it ends, or both) |
https://www.w3schools.com/cssref/css3_pr_animation-fill-mode.php |
animation-iteration-count |
Specifies the number of times an animation should be played |
https://www.w3schools.com/cssref/css3_pr_animation-iteration-count.php |
animation-name |
Specifies a name for the @keyframes animation |
https://www.w3schools.com/cssref/css3_pr_animation-name.php |
animation-play-state |
Specifies whether the animation is running or paused |
https://www.w3schools.com/cssref/css3_pr_animation-play-state.php |
animation-timing-function |
Specifies the speed curve of an animation |
https://www.w3schools.com/cssref/css3_pr_animation-timing-function.php |
aspect-ratio |
Specifies preferred aspect ratio of an element |
https://www.w3schools.com/cssref/css_pr_aspect-ratio.php |
backdrop-filter |
Defines a graphical effect to the area behind an element |
https://www.w3schools.com/cssref/css3_pr_backdrop-filter.php |
backface-visibility |
Defines whether or not the back face of an element should be visible when facing the user |
https://www.w3schools.com/cssref/css3_pr_backface-visibility.php |
background |
A shorthand property for all the background-* properties |
https://www.w3schools.com/cssref/css3_pr_background.php |
background-attachment |
Sets whether a background image scrolls with the rest of the page, or is fixed |
https://www.w3schools.com/cssref/pr_background-attachment.php |
background-blend-mode |
Specifies the blending mode of each background layer (color/image) |
https://www.w3schools.com/cssref/pr_background-blend-mode.php |
background-clip |
Defines how far the background (color or image) should extend within an element |
https://www.w3schools.com/cssref/css3_pr_background-clip.php |
background-color |
Specifies the background color of an element |
https://www.w3schools.com/cssref/pr_background-color.php |
background-image |
Specifies one or more background images for an element |
https://www.w3schools.com/cssref/pr_background-image.php |
background-origin |
Specifies the origin position of a background image |
https://www.w3schools.com/cssref/css3_pr_background-origin.php |
background-position |
Specifies the position of a background image |
https://www.w3schools.com/cssref/pr_background-position.php |
background-position-x |
Specifies the position of a background image on x-axis |
https://www.w3schools.com/cssref/css_pr_background-position-x.php |
background-position-y |
Specifies the position of a background image on y-axis |
https://www.w3schools.com/cssref/css_pr_background-position-y.php |
background-repeat |
Sets if/how a background image will be repeated |
https://www.w3schools.com/cssref/pr_background-repeat.php |
background-size |
Specifies the size of the background images |
https://www.w3schools.com/cssref/css3_pr_background-size.php |
block-size |
Specifies the size of an element in block direction |
https://www.w3schools.com/cssref/css_pr_block-size.php |