Intermediate CSS

January 31, 2020 By Temani Afif

Login/Register to keep track of your score.

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

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

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

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

#5 Which selector has the highest specificity?

#6 Which selector has the lowest specificity?

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

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

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

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

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

#12 What is the default value of flex-grow?

#13 The line-height value can be specified inside the font property.

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

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

#16 transform: rotate(180deg) scale(-1) is the same as

#17 100vmin is always smaller than 50vh

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

#19 How to remove line breaks within text?

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

I am done

Your Result

-

I am sure you will do better next time