Computer scienceFrontendCSSBasic propertiesWorking with Text

Text shadow

The missing value

Report a typo

Look at the following text:
The black text with blue shadow

To get that effect, which value is skipped in the code below?

h1 {
    text-shadow: ... 6px 2px blue;
}

To experiment with the values of CSS properties, you can use such services as codepen.io.
Select one option from the list
___

Create a free account to access the full topic