We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab8902 commit 18d69f5Copy full SHA for 18d69f5
Landing Page One piec/js/script.js
@@ -1,5 +1,5 @@
1
let menus = document.querySelectorAll('.box-menu');
2
-let background = document.querySelector('#firts-page');
+let background = document.getElementById('firts-page');
3
const content = document.querySelector('.history');
4
5
background.style.background = 'url(assets/img/Luffy.jpg)';
0 commit comments