Change background

Report a typo

Make the background of the .green element turn green when the screen size is over 600 pixels.

Write HTML and CSS code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Change background</title>
</head>
<body>
<div class="green"></div>
</body>
</html>

Completed 1 of 2
The CSS code has the proper media query.
The code is valid.
___

Create a free account to access the full topic