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

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } body{ background: #BB2429; padding: 0 20px; } ::selection{ color: #fff; background: #BB2426; } .wrapper{ max-width: 450px; margin: 150px auto; } .wrapper .search-input{ background: #fff; width: 100%; bor..
Javascript
2023. 1. 4. 20:55