(19) Interactive JavaScript (Event) - 마우스 이동 이벤트
·
JS
▼ HTML, CSS 문서더보기 mousemove mouseover / mouseout cell-1 cell-2 cell-3 cell-4 * { box-sizing: border-box;}body { padding: 50px;}.box { display: flex; width: 350px; height: 350px;}#box1 { justify-content: center; align-items: center; margin-bottom: 40px; font-size: 35px; background-color: #acfffc;}#box2 { flex-flow: row wrap; position: relative; padding: 35px; background-co..