Skip to content

Commit a8eea6c

Browse files
authored
Update background_colour_mouse_movement.html
1 parent 5cdb4b8 commit a8eea6c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

background_colour_mouse_movement.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@
1515
font-family: sans-serif;
1616
color: #fff;
1717
}
18-
h1 {
19-
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
20-
}
18+
2119
</style>
2220
</head>
2321
<body>
24-
<h1>Move your mouse!</h1>
2522

2623
<script>
2724
document.addEventListener('mousemove', function (e) {
@@ -47,4 +44,4 @@ <h1>Move your mouse!</h1>
4744
document.body.style.backgroundColor = `rgb(${red}, ${green}, ${blue})`;
4845
});
4946
</script>
50-
</body>
47+
</body>

0 commit comments

Comments
 (0)