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

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); * { box-sizing: border-box; } body { background-image: linear-gradient(90deg, #7d5fff, #7158e2); font-family: 'Roboto', sans-serif; display: flex; align-items: center; justify-content: center; height: 100vh; overflow: hidden; margin: 0; } .search { position: relative; height: 50px; } .search .input { backgr..
HTML _CSS
2022. 11. 2. 00:01