fix conflicts
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
|
||||
<html>
|
||||
<body>
|
||||
<div id="divvy" onmouseup="changeColor()" style="width: 100px; height: 100px; background-color: pink;">
|
||||
<script>
|
||||
function changeColor() {
|
||||
document.getElementById("divvy").style.backgroundColor = "blue";
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user