Computer scienceFrontendCSSBasic propertiesWorking with Text

Text shadow

Investigation task

Report a typo

Add a shadow to the text with the following parameters: 4px 6px 0px color, where color is this one:

Purple rectangle

Write the color in HEX format.

To find which color it is, use instruments like html color codes.

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





Completed 1 of 2
Add a shadow
The code is valid
___

Create a free account to access the full topic