This website works better with JavaScript
홈
탐색
도움말
로그인
lovecoding
/
VIP26
Watch
9
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
ffe9eaef2e
브랜치
태그
master
VIP26
/
day17
/
js
/
5.transition.js
5.transition.js
104 B
히스토리
Raw
1
2
3
4
var btn = document.getElementById("btn");
btn.onclick = function() {
box.style.width = 500 + 'px';
}