Login/Register to keep track of your score.

#1 css-grid-3
#2 The order property apply to both flex items and grid items

#3 css-grid-5
#4 How to make all the grid rows equal in height?
#5 How to define 3 columns in CSS grid?

#6 flex-4
#7 How to define 3 columns in Flexbox?

#8 flex-2
#9 How to place a grid item across 2 columns?
#10 Which of the following is an invalid property?

#11 flex-5
#12 How to correctly place a grid item inside a named area?
#13 The align-self property apply to both flex items and grid items
#14 flex: 1 0 50%; is equivalent to
flex-grow: 0;
flex-basis:50%;
flex-shrink: 0;
flex-grow: 50%;
flex-basis: 0;
flex-grow: 50%;
flex-shrink: 0;
flex-basis: 50%;
#15 Which property cannot be used with negative values?
Your Result
-
I am sure you will do better next time