Login/Register to keep track of your score.
#1 How to make all the flex items in a single row equal in width?

#2 css-grid-1

#3 css-grid-2
#4 What is the default value of the flex-shrink property?
#5 What is the default value of the flex-grow property?

#6 css-grid-6
#7 The order property apply to both flex items and grid items
#8 What is the default value of the flex-wrap property?
#9 The align-self property apply to both flex items and grid items
#10 flex-flow is a shorthand for
#11 Which property cannot be used with negative values?
#12 flex: 1 0 50%; is equivalent to
flex-grow: 0;
flex-basis:50%;
flex-basis: 0;
flex-grow: 50%;
flex-shrink: 0;
flex-grow: 50%;
flex-shrink: 0;
flex-basis: 50%;
#13 How to define 3 columns in CSS grid?

#14 flex-4
#15 How to make all the grid rows equal in height?
Your Result
-
I am sure you will do better next time