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

* { margin: 0; padding: 0; box-sizing: border-box; list-style: none; } section { display: flex; justify-content: center; align-items: center; min-height: 100vh; width: 100%; } header { position: absolute; top: 0; width: 100%; padding: 30px; display: flex; justify-content: space-between; align-items: center; } header .logo img { position: relative; max-width: 200px; } header i { font-size: 1.5em;..

Choose File(s) body{ background: no-repeat center url("https://i.postimg.cc/VLTVtKwp/image.jpg"); background-size: cover; min-height: 100vh; display: flex; justify-content: center; align-items: center; overflow: hidden; } .file-upload { display: flex; justify-content:center; align-items: center; font-size: 15px; } .file-upload__input { display: none; } .file-upload__button { -webkit-appearance: ..