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

1234 5678 9012 3456 Tony Stark 10/19 06/21 :root { font-size: 24px; } body { background: #1488cc; /* fallback for old browsers */ background: linear-gradient(to left, #283593, #1976d2); height: 100vh; font-family: "Josefin Sans", sans-serif; } /* Background circles start */ .circle { position: absolute; border-radius: 50%; background: radial-gradient(#006db3, #29b6f6); } .circles { position: abs..

CREDITCARD debit 0000 0021 4748 3647 Valid thru 01/38 Anki(CWR) Mastercard * { border: 0; box-sizing: border-box; margin: 0; padding: 0; } :root { --hue: 223; --bg: hsl(var(--hue),10%,90%); --fg: hsl(var(--hue),10%,10%); --primary: hsl(var(--hue),90%,55%); font-size: calc(20px + (30 - 20) * (100vw - 320px) / (1280 - 320)); } body { background-color: var(--bg); color: var(--fg); font: 1em/1.5 san..