Which property enables Grid layout on a container?
Anonymous Quiz
2%
display: flex;
91%
display: grid;
5%
display: block;
2%
display: inline-grid;
Which property defines the number and size of grid columns?
Anonymous Quiz
0%
grid-rows
82%
grid-template-columns
5%
grid-template-rows
14%
grid-columns
Which property defines the number and size of grid rows?
Anonymous Quiz
80%
grid-template-rows
14%
grid-rows
7%
grid-template-columns
0%
rows
Which property sets the gap between rows and columns?
Anonymous Quiz
9%
spacing
52%
grid-gap
14%
grid-spacing
25%
gap
👎2👍1
Which property aligns items along the row axis in grid?
Anonymous Quiz
34%
align-items
45%
justify-items
18%
justify-content
2%
place-items
What is the modern replacement for grid-gap?
Anonymous Quiz
5%
spacing
70%
gap
20%
row-gap
5%
column-gap
Which property aligns items along the column axis in grid?
Anonymous Quiz
22%
justify-items
56%
align-items
16%
justify-content
7%
grid-align
Which shorthand property combines align-items and justify-items?
Anonymous Quiz
46%
place-items
39%
grid-items
4%
grid-align
11%
item-placement
Which property is used to merge grid cells?
Anonymous Quiz
9%
grid-span
72%
grid-column / grid-row
17%
grid-merge
2%
span-cells
What is the default size of rows/columns if not defined?
Anonymous Quiz
19%
0
63%
auto
15%
1fr
4%
100%
Which property defines the name of an animation?
Anonymous Quiz
15%
animation-id
65%
animation-name
11%
keyframes
9%
animate
Which property sets how long an animation takes?
Anonymous Quiz
17%
animation-delay
11%
animation-time
63%
animation-duration
9%
animation-speed
❤1
Which property sets how many times an animation repeats?
Anonymous Quiz
7%
animation-loop
7%
animation-count
67%
animation-iteration-count
20%
animation-repeat
Which value makes an animation run infinitely?
Anonymous Quiz
9%
forever
16%
loop
73%
infinite
2%
endless
Which property sets the delay before an animation starts?
Anonymous Quiz
2%
animation-wait
80%
animation-delay
13%
animation-duration
4%
animation-timing
Which shorthand combines multiple animation properties?
Anonymous Quiz
9%
animate
62%
animation
24%
keyframes
4%
transition
👍1👎1
Which property freezes the final keyframe at the end?
Anonymous Quiz
4%
animation-delay
9%
animation-direction
78%
animation-fill-mode: forwards;
9%
animation-state