Login/Register to keep track of your score.
#1 Which of the following is an invalid property?
#2 The align-self property apply to both flex items and grid items
#3 The justify-self property apply to both flex items and grid items
#4 How to place a grid item across 2 columns?

#5 css-grid-2
#6 The order property apply to both flex items and grid items
#7 How to correctly place a grid item inside a named area?
#8 What is the default value of the flex-wrap property?
#9 How to make all the flex items in a single row equal in width?
#10 What is the default value of the flex-grow property?
#11 How to make all the grid rows equal in height?

#12 flex-5
#13 flex-flow is a shorthand for

#14 css-grid-6
#15 flex: 1 0 50%; is equivalent to
flex-basis: 0;
flex-grow: 50%;
flex-grow: 0;
flex-basis:50%;
flex-shrink: 0;
flex-basis: 50%;
flex-shrink: 0;
flex-grow: 50%;
Your Result
-
I am sure you will do better next time