Newer
Older
2022-komatsuY / redyellow.js
@Komatsu Yu Komatsu Yu on 24 Jun 2022 242 bytes Add files via upload
function check() {
  document.getElementById("box").style.backgroundColor = "white";
  document.getElementById("box").style.Color = "black";
}
function red() {
  document.getElementById("box").style.backgroundColor = "red"; Color = "red";

}