Login/Register to keep track of your score.
#1 Which of the following will allow an immediate color change?
#2 How to correctly define a CSS custom property?
#3 Which of the following is an invalid value of the filter property?
#4 What is the default value of flex-grow?
#5 How to set the initial value of a counter to be 10?
#6 position:sticky can be seen as a mix of
#7 transform: rotate(180deg) scale(-1) is the same as
#8 width:calc((100% + 10px) – 10%) is the same as
#9 What is the default value of flex-shrink?
#10 The containing block of position:absolute is established by the nearest ancestor with position:relative
#11 100vmax is always bigger than 50vw
#12 Which of the following doesn’t create a stacking context?
#13 What is the width of a div element having: width:150px; min-width:100px; max-width:50px;?
#14 An element with a positive z-index will always be on the top of an element with a negative z-index
#15 Vertical margins always collapse.
#16 In CSS grid how to create a layout with 3 equal columns?
#17 100vmin is always smaller than 50vh
#18 What is the default value of the border-image-repeat property?
#19 margin-top and top behave the same when applied to a position:relative element
#20 How to allow the user to change the dimension of an element?
Your Result
-
I am sure you will do better next time