CSS Flashcards
(185 cards)
align-content
Specifies the alignment between the lines inside a flexible container when the items do not use all available workspace
align-items
Specifies the alignment for items inside flexible container
align-self
Specifies the alignment for selected items inside a flexible container
all
Resets all properties(except unicode-bidi and direction)
animation
A shorthand property for all the animation properties
animation-delay
Specifies a delay for the start of an animation
animation-duration
Specifies how long an animation should take to complete one cycle
animation-fill-mode
Specifies a style for the element when the animation is not playing
animation-iteration-count
Specifies the number of times an animation should be played
animation-name
Specifies a name for the @keyframes animation
animation-play-state
Specifies whether the animation is running or paused
animation-timing-function
Specifies the speed curve of an animation
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
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