Login/Register to keep track of your score.
#1 Which of the following is an invalid property?

#2 css-grid-1

#3 flex-4

#4 flex-2
#5 flex: 1 0 50%; is equivalent to
flex-shrink: 0;
flex-basis: 50%;
flex-grow: 0;
flex-basis:50%;
flex-shrink: 0;
flex-grow: 50%;
flex-basis: 0;
flex-grow: 50%;
#6 Which of the following is an invalid property?

#7 css-grid-4
#8 How to correctly place a grid item inside a named area?
#9 How to define 3 columns in Flexbox?
#10 The order property apply to both flex items and grid items
#11 What is the default value of the grid-auto-flow property?
#12 What is the default value of the flex-shrink property?

#13 flex-3
#14 The justify-self property apply to both flex items and grid items
#15 How to place a grid item across 2 columns?
Your Result
-
I am sure you will do better next time