Login/Register to keep track of your score.
#1 Which of the following will NOT show a border?
#2 What is the default value of flex-shrink?
#3 In CSS grid how to set a distance of 10px between all the columns?
#4 Which of the following is an invalid CSS property?
#5 Vertical margins always collapse.
#6 Which of the following doesn’t create a stacking context?
#7 The containing block of position:absolute is established by the nearest ancestor with position:relative
#8 How to correctly define a CSS custom property?
#9 Which selector has the lowest specificity?
#10 How to allow the user to change the dimension of an element?
#11 transform: rotate(180deg) scale(-1) is the same as
#12 How to set the initial value of a counter to be 10?
#13 background-position:100% calc(100% + 20px); is the same as
#14 What is the width of a div element having: width:150px; min-width:100px; max-width:50px;?
#15 Which of the following is an invalid value of the transform property?
#16 width:calc((100% + 10px) – 10%) is the same as
#17 Horizontal margins never collapse.
#18 Which of the following is a valid pseudo class?
#19 Which of the following is not a transformable element?
#20 Which of the following is NOT a valid pseudo class?
Your Result
-
I am sure you will do better next time