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

Aspect Ratio Width: Height: * { padding: 0; margin: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } body { background-color: #895cf3; } .container { width: 500px; background-color: #ffffff; padding: 80px 40px; position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; border-radius: 10px; box-shadow: 0 30px 45px rgba(18, 8, 39, 0.2); } h2 { text-align: center; fo..
HTML _CSS
2022. 11. 27. 00:07