Intermediate CSS

January 31, 2020 By Temani Afif

Login/Register to keep track of your score.

#1 How to allow the user to change the dimension of an element?

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

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

#4 Which selector has the highest specificity?

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

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

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

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

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

#10 Which selector has the lowest specificity?

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

#12 100vmax is always bigger than 50vw

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

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

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

#16 How to correctly define a CSS custom property?

#17 How to remove line breaks within text?

#18 100vmin is always smaller than 50vh

#19 Vertical margins always collapse.

#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