일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 자바스크립트
- HTML
- css3
- react
- 풀스택
- hover
- 비전공자
- ipad
- 백엔드
- image
- Animation
- 비전공 개발자
- SWIFT
- iOS 개발자
- CSS
- jQuery
- effect
- 개발자
- html5
- javascript
- 애니메이션
- xcode
- MAC
- php
- front-end
- keyframes
- button
- IOS
- 프론트엔드
- iPhone
- Today
- Total
목록구글 (2)
비전공자 개발일기

* { 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..

Sign in Images Gmail Google Search I'm Feeling Lucky ul { list-style-type: none; overflow: hidden; } li { float: right; } li a { color: #000; display: block; text-align: center; padding: 10px 10px; text-decoration: none; font-size:14px; } li a:hover { text-decoration: underline; } .grid{ height:23px; position:relative; bottom:4px; } .signbutton{ background-color: #4885ed; color: #fff; border:non..