Computer scienceFrontendCSSBasic propertiesWorking with Text

Text shadow

Changing the parameter

Report a typo

Change one of the parameters of the text-shadow property so that the result looks like this:

Text with the smooth gray shadow

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<div>
<h1>Text-shadow</h1>
</div>
</body>
</html>





Completed 1 of 2
Change the parameters so that the result matches the picture.
The code is valid
___

Create a free account to access the full topic