| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- 자바스크립트
- HTML
- button
- ipad
- php
- react
- 애니메이션
- 프론트엔드
- Animation
- CSS
- front-end
- hover
- javascript
- iPhone
- iOS 개발자
- effect
- 개발자
- 백엔드
- MAC
- 풀스택
- image
- SWIFT
- 비전공 개발자
- 비전공자
- keyframes
- html5
- jQuery
- css3
- IOS
- xcode
- Today
- Total
목록HTML _CSS (226)
비전공자 개발일기
Home Profile Message Photos Settings * { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #2F363E; } .navigation { position: relative; width: 540px; height: 120px; /* background-color: #FFF; */ box-shadow: 25px 25px 75px rgba(0, 0, 0, .25), 10px 10px 70px rgba(0, 0, 0, .25), inset 5px 5px 10p..
* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #000; } .container { position: relative; width: 100%; height: 200px; display: flex; justify-content: center; align-items: center; -webkit-box-reflect: below 0 linear-gradient(transparent, transparent, #0005); } .container .loader { position..
* { 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..
* { margin: 0; padding: 0; box-sizing: border-box; } body { overflow: hidden; } section { position: absolute; top: 0; left: 0; width: 100%; height: 100vh; background: url(bg2.jpg); background-position-x: center; background-size: cover; animation: animateBg 50s linear infinite; } @keyframes animateBg { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.2); } } span { position: absolute; t..
Scanning... * { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #111; } .scan { position: relative; display: flex; flex-direction: column; align-items: center; } .scan .fingerprint { position: relative; width: 300px; height: 380px; background: url(fingerPrint_01.png); background-size: 300px;..
Start When I orbited the Earth in a spaceship, I saw for the first time how beautiful our planet is. Mankind, let us preserve and increase this beauty, and not destroy it! 01 John Doe When I orbited the Earth in a spaceship, I saw for the first time how beautiful our planet is. 02 John Doe 18 APR When I orbited the Earth in a spaceship, I saw for the first time how beautiful our planet is. Manki..
Click 👇 to start/pause the timer @property --n { syntax: ""; inherits: true; initial-value: 0; } @property --t { syntax: ""; inherits: true; initial-value: #000; } @property --r { syntax: ""; inherits: true; initial-value: #000; } @property --b { syntax: ""; inherits: true; initial-value: #000; } @property --l { syntax: ""; inherits: true; initial-value: #000; } .d { width: 77px; /* size */ disp..
404 Look like you're lost the page you are looking for not avaible! Go to Home /*====================== 404 page =======================*/ .page_404 { padding: 40px 0; background: #fff; font-family: "Arvo", serif; } .page_404 img { width: 100%; } .four_zero_four_bg { background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif); height: 400px; background-positio..