Intermediate CSS

January 31, 2020 By Temani Afif

Login/Register to keep track of your score.

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

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

#3 How to correctly define a CSS custom property?

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

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

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

#7 100vmax is always bigger than 50vw

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

#9 100vmin is always smaller than 50vh

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

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

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

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

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

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

#16 Horizontal margins never collapse.

#17 Vertical margins always collapse.

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

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

#20 Which selector has the highest specificity?

I am done

Your Result

-

I am sure you will do better next time