Intermediate CSS

January 31, 2020 By Temani Afif

Login/Register to keep track of your score.

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

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

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

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

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

#6 Which selector has the lowest specificity?

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

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

#9 Horizontal margins never collapse.

#10 How to remove line breaks within text?

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

#12 Vertical margins always collapse.

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

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

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

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

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

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

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

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

I am done

Your Result

-

I am sure you will do better next time