Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnasirulhaque committed Aug 17, 2024
1 parent 596cacf commit fb9ee09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@
if (number == 4 || number == 5) {
document.getElementById("div").style.color = "#4285f4";
}
} else document.getElementById("div").style.color = "black";
} else {
document.getElementById("div").style.color = "black";
document.getElementById("div").style.display = "none";
}
}, 400);
</script>
</body>
Expand Down

0 comments on commit fb9ee09

Please sign in to comment.