Login/Register to keep track of your score.
#1 flex-3
#2 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%;
#3 css-grid-3
#4 How to make all the flex items in a single row equal in width?
#5 css-grid-1
#6 The order property apply to both flex items and grid items
#7 grid-area: 1/4; is equivalent to
grid-row-end: 4;
grid-column-start: 4;
grid-column-end: 4;
#8 How to define 3 columns in Flexbox?
#9 css-grid-2
#10 What is the default value of the flex-shrink property?
#11 Which of the following is an invalid property?
#12 Which property cannot be used with negative values?
#13 css-grid-6
#14 flex-1
#15 flex-2
Your Result
-
I am sure you will do better next time