Intermediate CSS

January 31, 2020 By Temani Afif

Login/Register to keep track of your score.

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

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

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

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

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

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

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

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

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

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

#11 Horizontal margins never collapse.

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

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

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

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

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

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

#18 In CSS grid how to create a layout with 3 equal columns?

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

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

I am done

Your Result

-

I am sure you will do better next time