Login/Register to keep track of your score.

#1 css-grid-6

#2 flex-1

#3 css-grid-1
#4 How to define 3 columns in CSS grid?
#5 How to correctly place a grid item inside a named area?
#6 What is the default value of the flex-wrap property?
#7 Which property cannot be used with negative values?

#8 flex-3

#9 flex-4
#10 flex: 1 0 50%; is equivalent to
flex-shrink: 0;
flex-basis: 50%;
flex-basis: 0;
flex-grow: 50%;
flex-shrink: 0;
flex-grow: 50%;
flex-grow: 0;
flex-basis:50%;
#11 What is the default value of the flex-grow property?

#12 flex-5

#13 css-grid-2
#14 grid-area: 1/4; is equivalent to
grid-column-start: 4;
grid-row-end: 4;
grid-column-end: 4;
#15 Which of the following is an invalid property?
Your Result
-
I am sure you will do better next time