const logo = document.getElementById('link_logo')
const border_slider = document.querySelector('.border_slider')
const img_1 = document.getElementById('img_1')
border_slider_width = border_slider.offsetWidth
border_slider.style.width.onchange = function(){
img_1.style.width = border_slider_width + 'px'
}
const logo = document.getElementById('#link_logo')
const border_slider = document.querySelector('.border_slider')
const img_1 = document.getElementById('#img_1')
const logo = document.querySelector('#link_logo')
const border_slider = document.querySelector('.border_slider')
const img_1 = document.querySelector('#img_1')
border_slider_width = border_slider.offsetWidth
border_slider_width.onchange = function() {
img_1.width = border_slider_width + 'px'
}
body.style.background = 'gray'
setTimeout(() =>{
body.style.background = 'red'
}, 500)
setTimeout(() =>{
body.style.background = 'blue'
}, 1500)
setTimeout(() =>{
body.style.background = 'yellow'
}, 2500)
}
bt2.onclick = function(){
bt2.style.display = 'none'
p3.style.display = 'none'
img3.style.display = 'block'
p4.style.display = 'block'
for (i = 0; i < 20; i++;){
body.style.background = 'red'
body.style.background = 'gray'
}
}