Vivek Dudhatra

Results 4 comments of Vivek Dudhatra

i have fixes #28 by adding this.

HTML code to add in every page.

// Scroll btn JavaScript const scrollBtn = document.getElementById("scrollBtn"); window.addEventListener("scroll", () => { if (window.scrollY > 700) { scrollBtn.style.display = "block"; } else { scrollBtn.style.display = "none"; } }); scrollBtn.addEventListener("click", ()...

I can solve the issue, assign me.