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

2,000,000,000 :root { --color-green-200: #197302; --color-green-600: #36FE04; } body { background: #000; display: grid; height: 100vh; min-height: 100dvh; place-items: center; } .number { color: #f09; font-size: 10vw; font-weight: bold; background-image: linear-gradient(var(--color-green-600), var(--color-green-600)), linear-gradient(var(--color-green-200), var(--color-green-200)); -webkit-backg..
HTML _CSS
2022. 12. 22. 00:47