Newer
Older
2024-saito / japon.js
@ryota saito ryota saito on 21 Jun 2024 287 bytes de
function red() {
  document.getElementById("check2").style.backgroundColor = "white";
  document.getElementById("check2").style.color="red";
}
function blue() {
  document.getElementById("check3").style.backgroundColor = "white";
  document.getElementById("check3").style.color="red";
}