Login/Register to keep track of your score.
#1 In CSS grid how to set a distance of 10px between all the columns?
#2 Which of the following doesn’t create a stacking context?
#3 What is the default value of flex-shrink?
#4 Which of the following will allow an immediate color change?
#5 How to set the initial value of a counter to be 10?
#6 Which of the following is an invalid CSS property?
#7 Which of the following will trigger the shrink-to-fit behavior when applied to a div element?
#8 width:calc((100% + 10px) – 10%) is the same as
#9 The containing block of position:absolute is established by the nearest ancestor with position:relative
#10 Which of the following is an invalid unit?
#11 100vmax is always bigger than 50vw
#12 In CSS grid how to create a layout with 3 equal columns?
#13 A font where all the characters occupy the same amount of horizontal space is called?
#14 Which of the following is an invalid value of the transform property?
#15 Which of the following is an invalid value of the filter property?
#16 transform: rotate(180deg) scale(-1) is the same as
#17 Which selector has the highest specificity?
#18 background-position:100% calc(100% + 20px); is the same as
#19 How to select all the div elements with a class “a” and without a class “b”?
#20 How to correctly define a CSS custom property?
Your Result
-
I am sure you will do better next time