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

a@Q superscript"> H1 H2 H3 H4 H5 H6 Font Color Highlight Color * { padding: 0; margin: 0; box-sizing: border-box; } body { background-color: #338cf4; } .container { background-color: #ffffff; width: 90vmin; padding: 50px 30px; position: absolute; transform: translate(-50%, -50%); left: 50%; top: 50%; border-radius: 10px; box-shadow: 0 25px 50px rgba(7, 20, 35, 0.2); } .options { display: flex; f..

Night/Day Mode Toggle Click on the moon in the upper-right corner to change to night mode Click again on the sun to change back to day mode body { transition: 1.5s; } .night-toggle { width: 33px; height: 33px; position: absolute; right: 20px; top: 20px; } .night-toggle:hover { cursor: pointer; } .moon { background-color: transparent; box-shadow: -6px 1px 0 3px #275E8E; border-left: 3px solid #27..
No A B C D/th> E 1 X Y Z XYZ

Calendar 이전 달 년 월 다음 달 일 월 화 수 목 금 토 * { text-align: center; margin: 10px auto; } #calendar_wrap { background: #333; width: 350px; } caption { font-size: 1.5em; color: #ffa500; padding: 10px; } caption #prev, caption #next { display: inline-block; font-size: 5px; text-decoration: none; color: #fff; padding: 5px; margin: 10px; } table, th, td { color: #fff; border: 1px solid #666; border-collapse..

3 2 1 0 Get Ready GO! Replay @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); * { box-sizing: border-box; } body { font-family: 'Roboto', sans-serif; height: 100vh; overflow: hidden; margin: 0; } h4 { font-size: 20px; margin: 5px; text-transform: uppercase; } .counter { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: ce..