Intermediate CSS

January 31, 2020 By Temani Afif

Login/Register to keep track of your score.

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

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

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

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

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

#6 What is the default value of flex-shrink?

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

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

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

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

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

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

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

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

#15 Which selector has the highest specificity?

#16 Horizontal margins never collapse.

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

#18 How to correctly define a CSS custom property?

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

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

I am done

Your Result

-

I am sure you will do better next time