Checkout

Gyro sandwich with seasoned beef, fresh tomatoes, onions, and tzatziki sauce, wrapped in warm pita bread.

Gyro sandwich with seasoned beef, fresh tomatoes, onions, and tzatziki sauce, chilli, wrapped in warm pita bread.

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