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

Browser /* Import Google font - Poppins */ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } body{ height: 100vh; width: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(#252930 50%, #675AFE 50%); } ::selection{ color: ..
Javascript
2022. 5. 24. 01:19