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

.gallery { --s: 250px; /* the size */ display: grid; transform-style: preserve-3d; --_p: perspective(calc(2.5*var(--s))); animation: r 9s infinite cubic-bezier(.5,-0.5,.5,1.5); } .gallery img { grid-area: 1/1; width: var(--s); aspect-ratio: 1; object-fit: cover; transform: var(--_t,) translateZ(calc(var(--s)/2)); } .gallery img:nth-child(2) {--_t: rotateX(-90deg)} .gallery img:nth-child(3) {--_t..
HTML _CSS
2023. 1. 17. 00:03