| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- HTML
- 개발자
- iOS 개발자
- MAC
- html5
- 자바스크립트
- css3
- jQuery
- ipad
- IOS
- front-end
- keyframes
- CSS
- Animation
- hover
- php
- 비전공 개발자
- xcode
- SWIFT
- effect
- 프론트엔드
- javascript
- react
- iPhone
- 비전공자
- 애니메이션
- 풀스택
- 백엔드
- button
- Today
- Total
목록html5 (313)
비전공자 개발일기
2,000,000,000 :root { --color-green-200: #197302; --color-green-600: #36FE04; } body { background: #000; display: grid; height: 100vh; min-height: 100dvh; place-items: center; } .number { color: #f09; font-size: 10vw; font-weight: bold; background-image: linear-gradient(var(--color-green-600), var(--color-green-600)), linear-gradient(var(--color-green-200), var(--color-green-200)); -webkit-backg..
1234 5678 9012 3456 Tony Stark 10/19 06/21 :root { font-size: 24px; } body { background: #1488cc; /* fallback for old browsers */ background: linear-gradient(to left, #283593, #1976d2); height: 100vh; font-family: "Josefin Sans", sans-serif; } /* Background circles start */ .circle { position: absolute; border-radius: 50%; background: radial-gradient(#006db3, #29b6f6); } .circles { position: abs..
실제 동작 영상 * { margin: 0; padding: 0; box-sizing: border-box; position: relative; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #111; } .elastic { width: 400px; height: 400px; display: flex; justify-content: center; align-items: flex-end; } .elastic::before { content: ''; position: absolute; bottom: 62.5px; left: 5px; width: 15px; height..
* { padding: 0; margin: 0; box-sizing: border-box; font-family: "Roboto Mono", monospace; } .container { position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; } #battery { box-sizing: content-box; height: 7.8em; width: 17.5em; border: 0.6em solid #246aed; margin: auto; border-radius: 0.6em; position: relative; display: grid; place-items: center; } #battery:before { position:..
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..
Search * { padding: 0; margin: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } body { background-color: #f4c531; } .container { background-color: #ffffff; font-size: 16px; padding: 3em 2.8em; width: 90vw; max-width: 32em; position: absolute; transform: translate(-50%, -50%); left: 50%; top: 50%; border-radius: 0.6em; } .search-container { width: 100%; display: grid; grid-templat..
Principal($): Rate: Time: Year Month Calculate * { padding: 0; margin: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } body { height: 100vh; background: linear-gradient(#01e26e, #72ffb4); } .container { background-color: #ffffff; position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; width: 80vw; max-width: 600px; min-width: 350px; padding: 60px 30px; border-..
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Voluptas, magni. Lorem, ipsum. Get Quote * { padding: 0; margin: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } body { background-color: #f43543; } .wrapper { width: 400px; position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; } .container { width: 100%; background-color: #f43543; padding: 50px 40px;..