Login/Register to keep track of your score.

#1 flex-4

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

#4 css-grid-6
#5 flex: 1 0 50%; is equivalent to
flex-basis: 0;
flex-grow: 50%;
flex-shrink: 0;
flex-grow: 50%;
flex-shrink: 0;
flex-basis: 50%;
flex-grow: 0;
flex-basis:50%;
#6 How to correctly place a grid item inside a named area?
#7 How to define 3 columns in CSS grid?
#8 The justify-self property apply to both flex items and grid items
#9 What is the default value of the flex-grow property?
#10 Which of the following is an invalid property?
#11 How to make all the grid rows equal in height?

#12 flex-1
#13 How to define 3 columns in Flexbox?
#14 What is the default value of the flex-shrink property?

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