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

Code body { background-color: #DC143C; } span { font-size: 7rem; letter-spacing: .5rem; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-shadow: 7px 7px #FFA500, 18px 18px #000; }
HTML _CSS
2023. 2. 16. 00:24

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Voluptas, magni. Lorem, ipsum. Get Quote * { padding: 0; margin: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } body { background-color: #f43543; } .wrapper { width: 400px; position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; } .container { width: 100%; background-color: #f43543; padding: 50px 40px;..
Javascript
2022. 12. 13. 00:11