Intermediate CSS

January 31, 2020 By Temani Afif

Login/Register to keep track of your score.

#1 Which of the following doesn’t create a stacking context?

#2 How to set the initial value of a counter to be 10?

#3 width:calc((100% + 10px) – 10%) is the same as

#4 100vmax is always bigger than 50vw

#5 Which of the following is NOT a valid pseudo class?

#6 What is the default value of the border-image-repeat property?

#7 In CSS grid how to set a distance of 10px between all the columns?

#8 Which of the following is an invalid CSS property?

#9 Which of the following is a valid pseudo class?

#10 margin-top and top behave the same when applied to a position:relative element

#11 The containing block of position:absolute is established by the nearest ancestor with position:relative

#12 An element with a positive z-index will always be on the top of an element with a negative z-index

#13 Which of the following is an invalid value of the filter property?

#14 Which of the following will trigger the shrink-to-fit behavior when applied to a div element?

#15 Which selector has the lowest specificity?

#16 How to correctly define a CSS custom property?

#17 How to allow the user to change the dimension of an element?

#18 position:sticky can be seen as a mix of

#19 What is the default value of flex-shrink?

#20 A custom property should always be defined inside :root.

I am done

Your Result

-

I am sure you will do better next time