Login/Register to keep track of your score.

#1 flex-3

#2 flex-4
#3 Which property cannot be used with negative values?

#4 css-grid-4
#5 flex-flow is a shorthand for

#6 flex-5

#7 flex-1
#8 grid-area: 1/4; is equivalent to
grid-column-end: 4;
grid-row-end: 4;
grid-column-start: 4;

#9 css-grid-6
#10 How to make all the flex items in a single row equal in width?
#11 How to make all the grid rows equal in height?
#12 What is the default value of the flex-shrink property?
#13 flex: 1 0 50%; is equivalent to
flex-shrink: 0;
flex-basis: 50%;
flex-basis: 0;
flex-grow: 50%;
flex-grow: 0;
flex-basis:50%;
flex-shrink: 0;
flex-grow: 50%;
#14 What is the default value of the flex-grow property?

#15 css-grid-3
Your Result
-
I am sure you will do better next time