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

TOKYO body { background-color: #000; } .container { display: flex; justify-content: center; align-items: center; perspective: 500px; } #card { position: relative; width: 250px; height: 350px; margin: 10%; background: url("url") center no-repeat; background-size: cover; border: 2px solid violet; border-radius: 10px; transform-style: preserve-3d; will-change: transform; transition: all .5s ease-ou..
Javascript
2022. 4. 27. 00:37