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

* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background: radial-gradient(#222, #000); } .loader-inner { width: 100px; height: 60px; margin: auto; position: absolute; inset: 0; } .loader-line-wrap { animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite; width: 100px; height: 50px; left..

Purple button Green button Red button Blue button Yellow button html, body { height: 100%; } body { display: grid; place-content: center; } .btn { background: hsl(var(--hue), 98%, 80%); border: none; border-radius: 7px; cursor: pointer; color: black; font: 600 1.05rem/1 "Nunito", sans-serif; letter-spacing: 0.05em; overflow: hidden; padding: 1.15em 3.5em; min-height: 3.3em; position: relative; t..