Login/Register to keep track of your score.
#1 Which of the following is an invalid property?

#2 flex-3
#3 How to define 3 columns in Flexbox?
#4 The order property apply to both flex items and grid items

#5 flex-1
#6 How to correctly place a grid item inside a named area?
#7 flex: 1 0 50%; is equivalent to
flex-grow: 0;
flex-basis:50%;
flex-shrink: 0;
flex-grow: 50%;
flex-basis: 0;
flex-grow: 50%;
flex-shrink: 0;
flex-basis: 50%;

#8 css-grid-6

#9 flex-5
#10 What is the default value of the grid-auto-flow property?
#11 How to define 3 columns in CSS grid?
#12 flex-flow is a shorthand for

#13 css-grid-3

#14 flex-4
#15 The align-self property apply to both flex items and grid items
Your Result
-
I am sure you will do better next time