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

a@Q superscript"> H1 H2 H3 H4 H5 H6 Font Color Highlight Color * { padding: 0; margin: 0; box-sizing: border-box; } body { background-color: #338cf4; } .container { background-color: #ffffff; width: 90vmin; padding: 50px 30px; position: absolute; transform: translate(-50%, -50%); left: 50%; top: 50%; border-radius: 10px; box-shadow: 0 25px 50px rgba(7, 20, 35, 0.2); } .options { display: flex; f..

Easy Image Editor Filters Brightness Saturation Inversion Grayscale Brighteness 100% Rotate & Flip Reset Filters Choose Image Save Image /* 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 { display: flex; padding: 10px; min-h..