일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 개발자
- 자바스크립트
- CSS
- IOS
- html5
- effect
- front-end
- php
- 비전공자
- SWIFT
- 애니메이션
- 풀스택
- javascript
- MAC
- jQuery
- xcode
- Animation
- react
- button
- image
- 프론트엔드
- 비전공 개발자
- iPhone
- keyframes
- iOS 개발자
- css3
- hover
- ipad
- HTML
- 백엔드
- Today
- Total
목록HTML _CSS (226)
비전공자 개발일기
police police police police * { margin: 0; padding: 0; box-sizing: border-box; position: relative; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #355463; overflow: hidden; } .road { width: 100vw; display: flex; justify-content: center; align-items: center; transform-style: preserve-3d; transform: rotate(-15deg); } .road::before { conte..
* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background: radial-gradient(#222, #000); } .loader-inner { width: 100px; height: 60px; margin: auto; position: absolute; inset: 0; } .loader-line-wrap { animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite; width: 100px; height: 50px; left..
* { margin: 0; padding: 0; box-sizing: border-box; position: relative; } body { display: flex; justify-content: center; align-items: center; background-color: #222; min-height: 100vh; } .container { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 40px; } .container .rating { display: flex; flex-direction: row-reverse; padding: 30px 40px; border: 3px soli..
* { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: #111; display: flex; justify-content: center; align-items: center; min-height: 100vh; } .loader { width: 32px; height: 72px; display: inline-block; position: relative; border: 2px solid #FFF; animation: fill 2s linear infinite alternate; color: #2598EB; border-radius: 0 0 4px 4px; transform: perspective(140px) rotateX(..
* { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: #151515; display: flex; justify-content: center; align-items: center; min-height: 100vh; } .ghost { animation: float 3s ease-out infinite; } @keyframes float { 50% { transform: translate(0, 20px); } } .shadowFrame { width: 130px; margin-top: 15px; } .shadow { animation: shrink 3s ease-out infinite; transform-origin: ce..
* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #222; } .spinner-box { width: 300px; height: 300px; display: flex; justify-content: center; align-items: center; background-color: transparent; } .leo { position: absolute; display: flex; justify-content: center; align-items: center; border..
* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #333; } .pac-man { border-radius: 100em 100em 0 0 ; transform-origin: bottom; animation: easing-top .5s infinite; } .pac-man, .pac-man::before { width: 70px; height: calc(70px / 2); background-color: #FED75A; } .pac-man::before { content: "..
* { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: #222; display: flex; justify-content: center; align-items: center; min-height: 100vh; } .loader { position: relative; width: 60px; height: 60px; display: inline-block; background: radial-gradient(ellipse at center, #FFF 69%, rgba(0, 0, 0, 0) 70%), linear-gradient(to right, rgba(0, 0, 0, 0) 47%, #FFF 48%, #FFF 52%, rgba..