Login/Register to keep track of your score.

#1 flex-2
#2 How to define 3 columns in Flexbox?
#3 How to make all the grid rows equal in height?

#4 flex-1
#5 What is the default value of the flex-wrap property?

#6 css-grid-6

#7 css-grid-4
#8 Which of the following is an invalid property?
#9 The justify-self property apply to both flex items and grid items
#10 flex: 1 0 50%; is equivalent to
flex-shrink: 0;
flex-basis: 50%;
flex-grow: 0;
flex-basis:50%;
flex-shrink: 0;
flex-grow: 50%;
flex-basis: 0;
flex-grow: 50%;
#11 How to place a grid item across 2 columns?
#12 What is the default value of the flex-shrink property?
#13 flex-flow is a shorthand for
#14 grid-area: 1/4; is equivalent to
grid-row-end: 4;
grid-column-end: 4;
grid-column-start: 4;
#15 How to make all the flex items in a single row equal in width?
Your Result
-
I am sure you will do better next time