Which CSS property adds shadow to text?
- box-shadow
- font-shadow
- shadow-color
- text-shadow
The text-shadow property is used to add a shadow to text in CSS. It takes values for horizontal and vertical shadow offsets, blur radius, and shadow color.
Loading...
Related Quiz
- You're trying to style the first line of a paragraph to be bold. Which CSS pseudo-element will achieve this?
- In the context of CSS masking, what does the mask-composite property do?
- The primary purpose of functions in SASS is to ________.
- What does the 'padding' property in CSS affect?
- Which of the following is a common technique used in CSS optimization for faster page rendering?