Intermediate CSS

January 31, 2020 By Temani Afif

Login/Register to keep track of your score.

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

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

#3 How to select all the div elements with a class “a” and without a class “b”?

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

#5 A font where all the characters occupy the same amount of horizontal space is called?

#6 background-position:100% calc(100% + 20px); is the same as

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

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

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

#10 What is the intrinsic aspect ratio of a linear-gradient?

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

#12 How to remove line breaks within text?

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

#14 Which of the following is an invalid value of the transform property?

#15 How to correctly define a CSS custom property?

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

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

#18 100vmax is always bigger than 50vw

#19 Which of the following will NOT show a border?

#20 100vmin is always smaller than 50vh

I am done

Your Result

-

I am sure you will do better next time