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

* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #222; } .blob-effect { position: relative; width: 200px; height: 200px; display: grid; place-items: center; } .blob-effect span:nth-child(1) { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 2px solid #A9FF68; border..

Height Width Copy *{ padding: 0; margin: 0; box-sizing: border-box; outline: none; font-family: "Roboto Mono",monospace; font-weight: 400; color: #010120; } body{ background-color: #008dff; } .wrapper{ background-color: #ffffff; width: 45%; min-width: 550px; padding: 30px; position: absolute; transform: translate(-50%,-50%); top: 50%; left: 50%; border-radius: 8px; } .output{ background-color: #..