Siden blev ikke fundet

Beklager, vi fandt ikke undersiden du ledte efter.

// Select the logo element const logo = document.querySelector('.logo img'); // Apply CSS properties logo.style.maxWidth = '640px'; // Adjust the width as needed logo.style.maxHeight = '90px'; // Adjust the height as needed