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