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

0 Words 0 Characters * { padding: 0; margin: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } body { background-color: #8b5ceb; } .wrapper { position: absolute; width: 90vmin; transform: translate(-50%, -50%); top: 50%; left: 50%; } .container { background-color: #ffffff; padding: 50px 30px 80px 30px; border-radius: 8px; box-shadow: 0 30px 50px rgba(30, 21, 49, 0.3); } textarea {..

Guess the Word Hint: Remaining guesses: Wrong letters: Reset Game /* 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: 0 10px; min-height: 100vh; align-items: center; justify-content: center; backgroun..