Intermediate CSS

January 31, 2020 By Temani Afif

Login/Register to keep track of your score.

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

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

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

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

#5 Which of the following will allow an immediate color change?

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

#7 Which of the following is not a transformable element?

#8 What is the width of a div element having: width:150px; min-width:100px; max-width:50px;?

#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 background-position:100% calc(100% + 20px); is the same as

#12 In CSS grid how to make all the rows equal in height?

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

#14 100vmax is always bigger than 50vw

#15 Which selector has the lowest specificity?

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

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

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

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

#20 Which of the following is an invalid unit?

I am done

Your Result

-

I am sure you will do better next time