[JS] 스크롤에 따라 커지는 박스 / 글씨
See the Pen scroll scale text, box by Oh Ikmyeong (@dpffpself) on CodePen.HTML1234567891011121314151617181920212223!DOCTYPE html>html lang="en">head> meta charset="UTF-8"> meta name="viewport" content="width=device-width, initial-scale=1.0"> title>스크롤에 따라 박스 커지고/title> link rel="stylesheet" href="./css/style.css"> script src="./js/main.js" type="module">/script>/head>body> sec..