Quick Quiz
Choose the appropriate answer.
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
Get hands-on with 1400+ tech skills courses.