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

#2 css-grid-4

#3 css-grid-2
#4 flex-flow is a shorthand for

#5 flex-5
#6 The align-self property apply to both flex items and grid items
#7 flex: 1 0 50%; is equivalent to
flex-shrink: 0;
flex-basis: 50%;
flex-shrink: 0;
flex-grow: 50%;
flex-basis: 0;
flex-grow: 50%;
flex-grow: 0;
flex-basis:50%;
#8 How to make all the grid rows equal in height?
#9 What is the default value of the flex-shrink property?
#10 grid-area: 1/4; is equivalent to
grid-column-start: 4;
grid-column-end: 4;
grid-row-end: 4;
#11 How to make all the flex items in a single row equal in width?
#12 How to correctly place a grid item inside a named area?

#13 css-grid-6

#14 flex-4

#15 flex-1
Your Result
-
I am sure you will do better next time