Help Willian

Report a typo

Willian wanted to create a <div> element 200px wide and 100px high with a blue shadow on the top left side of the element. Unfortunately, he ended up messing up the code! Help Willian fix it.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My first element</title>
</head>
<body>
<div class="first-element"></div>
</body>
</html>
Completed 2 of 4
The <div> has the correct size.
The "box-shadow" property has the correct parameters.
___

Create a free account to access the full topic