Colors & Backgrounds — Quiz

Answer all 5 questions, then submit. You need 60% to pass. Log in to save progress.

Question 1
Which property sets the colour of text?
A background-color
B color
C text-color
D font-color
Question 2
What does the 'A' in RGBA add?
A Another colour
B Alpha — transparency
C Alignment
D Animation
Question 3
Which format makes it easiest to take a colour and just make it lighter?
A Hex
B Named
C HSL (raise the lightness)
D RGB
Question 4
How do you create a smooth blend between two colours with no image?
A background: blend(...)
B background: linear-gradient(...)
C color: fade(...)
D background-image: mix(...)
Question 5
What should you watch for when putting text over a background image?
A Nothing
B Enough contrast so the text stays readable (accessibility)
C Using only named colours
D Removing all padding