안녕하세요 무택입니다 :) 오늘 알아볼 기능은 박스 안에서 텍스트가 올라오는 기능입니다. 최근 웹사이트에 사용되는걸 자주 보는 기능인데 말로 설명하는 것보다 아래에서 사례를 바로 알아봅시다. 기능을 적용하려면 animate 라이브러리 사용법을 기본적으로 알아야합니다. 코드 예제 See the Pen 박스 안에서 텍스트 올라오기(animate라이브러리) + txt stroke/txt fill by TytanLee (@TytanLee) on CodePen. HTML - M. Cloud Bridge CSS - *{ padding: 0; margin: 0; font-family: 'Prompt'; } div{ overflow: hidden; } h1{ font-size: 84px; line-height:1; t..