반응형 MouseUp1 자바스크립트 마우스 이벤트 1. click 해당 요소에서 마우스를 클릭! 했을 때 HTML CSS .outer{ width : 500px; height : 200px; background-color : black; display : flex; justify-content : center; align-items : center; } .inner{ width : 100px; height : 100px; background-color : pink; } .text { color : white; } JS const div = document.querySelector('.outer'); let text = document.querySelector('.text'); let num = 1; div.addEventListener('click'.. 2023. 10. 19. 이전 1 다음 반응형