CareUEyes
Prolonged periods of sitting in front of a computer screen can lead to fatigue and eye strain. CareUEyes helps alleviate […]
document.addEventListener('scroll', () => {
const header = document.querySelector('.dz-header');
if (window.scrollY > 50) {
header.classList.add('scrolled');
} else {
header.classList.remove('scrolled');
}
});
Prolonged periods of sitting in front of a computer screen can lead to fatigue and eye strain. CareUEyes helps alleviate […]