Login/Register to keep track of your score.

#1 flex-3
#2 Which property cannot be used with negative values?
#3 Which of the following is an invalid property?
#4 What is the default value of the grid-auto-flow property?
#5 The order property apply to both flex items and grid items
#6 What is the default value of the flex-wrap property?
#7 flex: 1 0 50%; is equivalent to
flex-shrink: 0;
flex-grow: 50%;
flex-basis: 0;
flex-grow: 50%;
flex-grow: 0;
flex-basis:50%;
flex-shrink: 0;
flex-basis: 50%;

#8 css-grid-2
#9 grid-area: 1/4; is equivalent to
grid-column-end: 4;
grid-column-start: 4;
grid-row-end: 4;

#10 css-grid-4

#11 css-grid-1
#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 css-grid-3
#15 How to define 3 columns in CSS grid?
Your Result
-
I am sure you will do better next time