Intermediate CSS

January 31, 2020 By Temani Afif

Login/Register to keep track of your score.

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

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

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

#4 100vmax is always bigger than 50vw

#5 Vertical margins always collapse.

#6 100vmin is always smaller than 50vh

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

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

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

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

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

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

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

#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 What is the default value of flex-shrink?

#17 Which of the following is an invalid unit?

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

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

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

I am done

Your Result

-

I am sure you will do better next time