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

0 * { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #EDF1F4; } .box { position: relative; display: flex; justify-content: center; align-items: center; padding: 20px; background: linear-gradient(to bottom, rgba(0, 0, 0, .05), #EDF1F4); border-radius: 40px; box-shadow: 15px 15px 20px rgba(0,..

CSS Range Slider JS used for color-change and % label 0 html { height: 100%; display: flex; align-items: center; justify-content: center; font-family: 'Work Sans', sans-serif; text-align: center; } html h1, html h2, html h3, html h4, html h5, html h6 { margin: 0; } html h1 { color: #333; font-weight: 500; } html h3 { color: #aaa; font-weight: 500; } html h4 { color: #999; font-weight: 500; } htm..