Dine favoritter

Gem, del og sammenlign dine favoritbiler
// 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