Quick Quiz

Choose the appropriate answer.

We'll cover the following...

Solve the quiz.

1

Which custom CSS class is used to obtain a translucent version of the gray background?

A)
.bg-lighter {
      background-color: sla(210, 17%, 98%, 1.75);
    }
B)
.bg-lighter {
      background-color: rgb(210, 17, 1);
    }
C)
.bg-lighter {
      background-color: hsla(210, 17%, 98%, 1.75);
    }
D)

None of the above

Question 1 of 40 attempted
Access this course and 1400+ top-rated courses and projects.