| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- hover
- 프론트엔드
- 애니메이션
- javascript
- iOS 개발자
- HTML
- front-end
- SWIFT
- 백엔드
- 풀스택
- 개발자
- ipad
- button
- xcode
- Animation
- CSS
- react
- keyframes
- iPhone
- 비전공자
- php
- jQuery
- image
- MAC
- effect
- html5
- 비전공 개발자
- IOS
- css3
- 자바스크립트
- Today
- Total
목록picker (2)
비전공자 개발일기
Open Color Picker const imgInput = document.querySelector('#img-select') const imgPreview = document.querySelector('.preview') if(!window.EyeDropper){ alert("Your browser does not support this feature") } const eyeDropper = new EyeDropper() const pickerBtn = document.querySelector('.open-picker') const result = document.querySelector('.res') imgInput.addEventListener('change', function() { const..
Enter all of the choices divided by a comma (','). Press enter when you're done @import url('https://fonts.googleapis.com/css2?family=Muli&display=swap'); * { box-sizing: border-box; } body { background-color: #2b88f0; font-family: 'Muli', sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; overflow: hidden; margin: 0; } h3 { color: #ff..