Login/Register to keep track of your score.
#1 How to make all the flex items in a single row equal in width?
#2 flex-flow is a shorthand for
#3 flex: 1 0 50%; is equivalent to
flex-shrink: 0;
flex-basis: 50%;
flex-shrink: 0;
flex-grow: 50%;
flex-grow: 0;
flex-basis:50%;
flex-basis: 0;
flex-grow: 50%;
#4 grid-area: 1/4; is equivalent to
grid-column-start: 4;
grid-row-end: 4;
grid-column-end: 4;
#5 Which property cannot be used with negative values?
#6 What is the default value of the flex-grow property?
#7 How to place a grid item across 2 columns?

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

#11 flex-3
#12 How to correctly place a grid item inside a named area?

#13 flex-1

#14 css-grid-4
#15 What is the default value of the flex-wrap property?
Your Result
-
I am sure you will do better next time