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

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

Home Works About Contact @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: center..