| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- 풀스택
- react
- iPhone
- iOS 개발자
- jQuery
- front-end
- 비전공 개발자
- javascript
- html5
- ipad
- effect
- 개발자
- image
- SWIFT
- 자바스크립트
- css3
- IOS
- MAC
- CSS
- 백엔드
- hover
- php
- button
- Animation
- 비전공자
- xcode
- 애니메이션
- keyframes
- 프론트엔드
- HTML
- Today
- Total
목록Chart (2)
비전공자 개발일기
Spin Click On The Spin Button To Start * { padding: 0; margin: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } body { height: 100vh; background: linear-gradient(135deg, #c3a3f1, #6414e9); } .wrapper { width: 90%; max-width: 34.37em; max-height: 90vh; background-color: #ffffff; position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; padding: 3em; border-radius:..
#chart { max-width: 650px; margin: 35px auto; } var options = { chart: { height: 280, type: "area" }, dataLabels: { enabled: false }, series: [ { name: "Follower(Family)", data: [15, 25, 38, 55, 69, 83, 99] } ], fill: { type: "gradient", gradient: { shadeIntensity: 4, opacityFrom: 0.7, opacityTo: 0.9, stops: [0, 90, 100] } }, xaxis: { categories: [ "01 Jan", "02 Feb", "03 March", "04 April", "05..