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