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

* { padding: 0; margin: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } body { background-color: #bb2649; } .wrapper { background-color: #ffffff; position: absolute; width: 80vw; max-width: 41em; min-height: 25em; border-radius: 0.6em; transform: translate(-50%, -50%); left: 50%; top: 50%; box-shadow: 0 1.8em 3em rgba(1, 17, 39, 0.15); display: flex; } .testimonial-container..
Javascript
2022. 12. 30. 00:34