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

It's Rainning body{ min-height: 100vh; font: 150%/1.1 'Gaegu', cursive; padding-top: calc(50vh - 4em); } body, .foggy, .container:before{ background: url('https://cdn.pixabay.com/photo/2015/09/09/21/31/rain-933490_960_720.jpg') 0 / cover fixed; } .container{ position: relative; margin: 0 auto; padding: 2em; max-width: 24em; background: hsla(0, 0%, 100%, 0.2) border-box; border-radius: 0.5em; box..

* { 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(..