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

.card { width: 150px; height: 200px; position: relative; } .card_inner { width: inherit; height: inherit; background-color: rgba(255, 255, 255, .05); box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); backdrop-filter: blur(10px); border-radius: 8px; } .circle { width: 100px; height: 100px; background: radial-gradient(#b0e633, #53ef7d); border-radius: 50%; position: absolute; animation: move-up 2s ease-in..
HTML _CSS
2022. 5. 3. 00:27