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