CSS Almanac- Properties Flashcards
A sub-property of the Flexible Box Layout module.
It helps to align a flex container’s lines within it when there is extra space in the cross-axis.
* This property has no effect when the flexbox has only a single line.
align-content
The sub-property of the flexible box layout module. It defines the default behavior for how flex items are laid out along the cross axis on the current line.
align-items
The sub-property of the flexible box layout module. It makes it possible to override the align-items value for specific flex-items.
align-self
The css property that resets all of the selected element’s properties except direction and unicode-bidi properties that control text direction.
all
The css property that can be used to animate many other CSS properties such as color, background-color, height, or width. Each animation needs to be defined with the @keyframes at-rule.
animation
The css property is used to display an element using a platform-native styling based on the users’ operating system’s theme.
This is used for one of two reasons:
- To apply platform specific styling to an element that doesn’t have it by default
- To remove platform specific styling to an element that does have it by default
appearance