Intermediate CSS

January 31, 2020 By Temani Afif

Login/Register to keep track of your score.

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

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

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

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

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

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

#7 Horizontal margins never collapse.

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

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

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

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

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

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

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

#15 Which selector has the highest specificity?

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

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

#18 100vmax is always bigger than 50vw

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

#20 How to remove line breaks within text?

I am done

Your Result

-

I am sure you will do better next time