Posts by ranugergames • 11 points
1 post
-
0
votes1
answer78
viewsQ: How to make a dark mode button?
I tried to create a simple code from a button that, when clicked, leaves the bottom of the page in dark mode. const btn = document.querySelector(".button"); btn.addEventListener("click", (evt) =>…