Newer
Older
2022-K.Ryuei / design9-2.js
@Ryuei Ryuei on 1 Jul 2022 377 bytes add:css,js追加

function hoge() {
    document.getElementById("check").style.backgroundColor = "#f0f8ff";
}

function hoge1() {
    document.getElementById("check1").style.backgroundColor = "#f0f8ff";
}

function hoge2() {
    document.getElementById("check2").style.backgroundColor = "#f0f8ff";
}

function hoge3() {
    document.getElementById("check3").style.backgroundColor = "#f0f8ff";
}