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

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..

body { margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; min-height: 100vh; background: radial-gradient(#9bdfff, #009be4); } .infinite { position: absolute; width: 880px; height: 160px; background: #525252; transform-origin: bottom; transform-style: preserve-3d; transform: perspective(500px) rotateX(30deg); } .infinite:before { content: ''; position: absolute; t..