Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Comment (01)

  • November 18, 2024

    A WordPress Commenter

    Hi, this is a comment. To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard. Commenter avatars come from Gravatar.

Leave a Comment

Your email address will not be published. Required fields are marked *

Choose Your location

document.addEventListener("scroll", function () { let image = document.querySelector(".scroll-rotate"); if (image) { let scrollPosition = window.scrollY; image.style.transform = `rotate(${scrollPosition % 360}deg)`; } });