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

.scene { width: 230px; height: 200px; position: relative; overflow: hidden; background-color: #2598eb; } .scene img { position: absolute; } .city { width: 100%; height: 50%; bottom: -3px; object-fit: cover; } .plane { width: 45%; top: 50px; left: -50px; animation: plane-move 15s linear forwards; } .cloud { animation: clouds-move 22s linear forwards; } .cloud-1 { width: 70px; top: 0; left: 30px; ..
HTML _CSS
2022. 5. 13. 01:07