250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- iPhone
- CSS
- 풀스택
- hover
- 백엔드
- iOS 개발자
- ipad
- SWIFT
- keyframes
- 개발자
- react
- 애니메이션
- image
- 자바스크립트
- HTML
- MAC
- front-end
- javascript
- css3
- jQuery
- 비전공 개발자
- Animation
- effect
- php
- xcode
- IOS
- 비전공자
- html5
- 프론트엔드
- button
Archives
- Today
- Total
목록dino (1)
비전공자 개발일기

* { padding: 0; margin: 0; } .game { width: 600px; height: 200px; border: 1px solid #000000; margin: auto; } #dino { width: 70px; height: 70px; background-image: url(t-rex.png); background-size: auto 70px; position: relative; top: 143px; } .jump { animation: jump 0.3s linear; } @keyframes jump { 0% { top: 143px; /*distance from the top of the parent element*/ } 30% { top: 115px; } 50% { top: 70p..
Javascript
2022. 9. 29. 00:59