Login/Register to keep track of your score.
#1 The justify-self property apply to both flex items and grid items
#2 css-grid-4
#3 What is the default value of the flex-wrap property?
#4 flex-2
#5 How to place a grid item across 2 columns?
#6 The order property apply to both flex items and grid items
#7 flex-3
#8 How to make all the flex items in a single row equal in width?
#9 grid-area: 1/4; is equivalent to
grid-column-start: 4;
grid-row-end: 4;
grid-column-end: 4;
#10 How to correctly place a grid item inside a named area?
#11 What is the default value of the grid-auto-flow property?
#12 flex-5
#13 What is the default value of the flex-shrink property?
#14 css-grid-6
#15 flex: 1 0 50%; is equivalent to
flex-basis: 0;
flex-grow: 50%;
flex-grow: 0;
flex-basis:50%;
flex-shrink: 0;
flex-basis: 50%;
flex-shrink: 0;
flex-grow: 50%;
Your Result
-
I am sure you will do better next time