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

* { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: #000; overflow: hidden; height: 100vh; } i { position: absolute; height: 200px; background: linear-gradient(transparent, #FFF); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; animation: animate 5s linear infinite; } i:nth-child(3n + 1) { background:linear-gradient(transparent, #ABFFB2); } i:nth-child(..
Javascript
2022. 7. 31. 00:44