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

https://www.toptal.com/developers/gitignore gitignore.io Create useful .gitignore files for your project www.toptal.com # Created by https://www.toptal.com/developers/gitignore/api/swift,xcode,cocoapods # Edit at https://www.toptal.com/developers/gitignore?templates=swift,xcode,cocoapods ### CocoaPods ### ## CocoaPods GitIgnore Template # CocoaPods - Only use to conserve bandwidth / Save time on..

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap'); * { box-sizing: border-box; } body { background-color: #2a2a72; color: #fff; font-family: 'Poppins', sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; overflow: hidden; margin: 0; } .user-form { width: 100%; max-width: 700px; } .user-form input ..