Login/Register to keep track of your score.

#1 css-grid-1

#2 flex-5
#3 Which of the following is an invalid property?
#4 The align-self property apply to both flex items and grid items
#5 The justify-self property apply to both flex items and grid items
#6 What is the default value of the grid-auto-flow property?
#7 What is the default value of the flex-wrap property?
#8 How to make all the grid rows equal in height?
#9 grid-area: 1/4; is equivalent to
grid-row-end: 4;
grid-column-end: 4;
grid-column-start: 4;
#10 How to correctly place a grid item inside a named area?
#11 How to define 3 columns in Flexbox?
#12 The order property apply to both flex items and grid items

#13 css-grid-2

#14 flex-2
#15 Which property cannot be used with negative values?
Your Result
-
I am sure you will do better next time