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

Dark mode @import url('https://fonts.googleapis.com/css?family=Heebo:300&display=swap'); * { box-sizing: border-box; } :root { --primary-color: #000; --secondary-color: #fff; } html { transition: all 0.5s ease-in; } html.dark { --primary-color: #fff; --secondary-color: #333; } html.dark { background-color: #111; color: var(--primary-color); } body { font-family: 'Heebo', sans-serif; display: fle..
Javascript
2021. 10. 30. 09:59