CSS Almanac- Properties Flashcards

1
Q

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.

A

align-content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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.

A

align-items

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The sub-property of the flexible box layout module. It makes it possible to override the align-items value for specific flex-items.

A

align-self

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The css property that resets all of the selected element’s properties except direction and unicode-bidi properties that control text direction.

A

all

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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.

A

animation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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:

  1. To apply platform specific styling to an element that doesn’t have it by default
  2. To remove platform specific styling to an element that does have it by default
A

appearance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly