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

*, *:before, *:after { border: 0; box-sizing: border-box; margin: 0; padding: 0; } body { background: linear-gradient(#fff, #ccc); display: flex; height: 100vh; --on: #88e661; --off: #f0f0f0; --transDur: 0.6s; } input { position: fixed; transform: translateX(-100%); } .toy-toggle { background: radial-gradient(at top left, #fff 10%, #fff0 20%), radial-gradient(at top right, #fff 20%, #e4e4e4 35%)..

OFF ON * { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background: linear-gradient(#555, #292929); } label { position: relative; width: 300px; height: 150px; background-color: #3E3E3E; box-shadow: 0 0 0 4px #303030; border-radius: 75px; cursor: pointer; display: flex; justify-content: center; align-items:..

* { margin: 0; padding: 0; box-sizing: border-box; list-style: none; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #18191F; } ul { position: relative; display: flex; } ul li label { position: relative; } ul li label input[type="checkbox"] { position: absolute; opacity: 0; cursor: pointer; } ul li label .icon { position: relative; width..