Newer
Older
C1232021 / dom-1.js
@渡部空 渡部空 on 28 Jun 2024 181 bytes Create dom-1.js
function red() {
    document.getElementById("check").style.backgroundColor = "white";
}

function red1() {
    document.getElementById("check1").style.backgroundColor = "white";
}