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

* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; min-height: 100vh; background-color: #EDF8FF; } .box { position: relative; width: 400px; height: 500px; background-color: #FFF; margin: 40px; box-shadow: 25px 25px 0 rgba(0, 0, 0, .05); } .bottom { position: absolute; bottom: 0; left: 50%; transform: translate..

https://www.sassmeister.com/ SassMeister | The Sass Playground! SassMeister: The sassiest way to play with Sass, Compass, & LibSass! Loading... www.sassmeister.com body { height: 100vh; background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%); overflow: hidden; filter: drop-shadow(0 0 10px white); } @function random_range($min, $max) { $rand: random(); $random_range: $min + floor..