Login/Register to keep track of your score.

#1 css-grid-2

#2 flex-1

#3 css-grid-1
#4 What is the default value of the grid-auto-flow property?

#5 flex-2
#6 What is the default value of the flex-grow property?

#7 css-grid-5
#8 How to define 3 columns in CSS grid?
#9 How to make all the grid rows equal in height?
#10 The justify-self property apply to both flex items and grid items
#11 grid-area: 1/4; is equivalent to
grid-column-start: 4;
grid-row-end: 4;
grid-column-end: 4;
#12 How to correctly place a grid item inside a named area?
#13 How to make all the flex items in a single row equal in width?

#14 css-grid-6
#15 How to define 3 columns in Flexbox?
Your Result
-
I am sure you will do better next time