Login/Register to keep track of your score.

#1 flex-2
#2 Which of the following is an invalid property?

#3 flex-5
#4 flex: 1 0 50%; is equivalent to
flex-shrink: 0;
flex-grow: 50%;
flex-grow: 0;
flex-basis:50%;
flex-basis: 0;
flex-grow: 50%;
flex-shrink: 0;
flex-basis: 50%;

#5 flex-1

#6 css-grid-3

#7 css-grid-2
#8 flex-flow is a shorthand for
#9 What is the default value of the grid-auto-flow property?
#10 The align-self property apply to both flex items and grid items
#11 What is the default value of the flex-wrap property?

#12 css-grid-1
#13 grid-area: 1/4; is equivalent to
grid-row-end: 4;
grid-column-end: 4;
grid-column-start: 4;

#14 flex-3
#15 Which of the following is an invalid property?
Your Result
-
I am sure you will do better next time