Login/Register to keep track of your score.
#1 What is the default value of the flex-grow property?

#2 css-grid-4
#3 The justify-self property apply to both flex items and grid items

#4 css-grid-1
#5 What is the default value of the flex-shrink property?

#6 css-grid-3
#7 Which of the following is an invalid property?
#8 flex: 1 0 50%; is equivalent to
flex-basis: 0;
flex-grow: 50%;
flex-shrink: 0;
flex-grow: 50%;
flex-shrink: 0;
flex-basis: 50%;
flex-grow: 0;
flex-basis:50%;
#9 Which of the following is an invalid property?
#10 What is the default value of the flex-wrap property?
#11 The order property apply to both flex items and grid items
#12 The align-self property apply to both flex items and grid items
#13 How to correctly place a grid item inside a named area?
#14 How to define 3 columns in Flexbox?
#15 What is the default value of the grid-auto-flow property?
Your Result
-
I am sure you will do better next time