일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- IOS
- Animation
- CSS
- button
- xcode
- html5
- iPhone
- css3
- 프론트엔드
- 백엔드
- 애니메이션
- 개발자
- 비전공자
- 비전공 개발자
- javascript
- MAC
- 자바스크립트
- iOS 개발자
- react
- ipad
- front-end
- jQuery
- keyframes
- effect
- php
- hover
- 풀스택
- HTML
- SWIFT
- image
- Today
- Total
목록css3 (310)
비전공자 개발일기
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/pbsqx/btrDVCAFfnq/slstfrnGoi8hikU7dL9S6k/img.jpg)
My Special To Do List Make awesome CSS Animation Go to Gym Make a iOS Application Swift, React Native, Next.js, Node.js body { display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #1A1E23; } .todo-list { display: flex; flex-direction: column; padding: 0 75px 10px 30px; background-color: #162740; border: transparent; } .todo-list .todo-list-title { padding..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/dlYmpl/btrDQfkMqHX/9isUQtMnK0DNfhbVezHuR0/img.jpg)
Crowded Quiet Image Comparison Slider /* -------------------------------- Primary style -------------------------------- */ *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { font-size: 100%; font-family: "Roboto Slab", sans-serif; color: #445b7c; background-color: #363636; padding: 1rem .5rem; } a { color: #dc717d; text-decoratio..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/bc4gYX/btrDFadKd7x/yJog7UxvO8Tk7KU0ZZc8OK/img.jpg)
ADD TO CART ADDED .cart-button { position: relative; padding: 10px; width: 200px; height: 60px; border: 0; outline: none; border-radius: 10px; background-color: #1B6EEE; cursor: pointer; color: #FFF; transition: .3s ease-in-out; overflow: hidden; } .cart-button span { position: absolute; z-index: 3; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 1.2em; color: #FFF; } .cart-but..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/dlSigf/btrDqdaV8zp/lReNaZjztLjTfSId81kDSk/img.jpg)
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..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/ZuWeB/btrDtiuZvwF/kusJQGiO0wEjTbxbYC1Jzk/img.jpg)
body { margin: 25px; text-align: center; background: #000; } h1 { color: #26abde; } .virtual-keyboard .row { text-align: center; margin: 0 0 15px; } .virtual-keyboard .row.spacebar input { padding: 10px 150px; } .virtual-keyboard input[type='button'] { padding: 10px 20px; border-radius: 30px; border: 3px solid #202c2b; background: #667ABA; color: #fff; text-transform: uppercase; } .virtual-keybo..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/njsqM/btrDkVnE7MC/eaObJBfMWbRGRsDFxm5VEK/img.jpg)
* { margin: 0; padding: 0; box-sizing: border-box; } .container { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #EFEFEF; } .container .date { font-size: 24px; font-weight: 500; } .container .date#printTime { color: #E74C3C; } .container .date#printDate { color: #2ECC71; margin: 0 20px; } .container .date#printDay { color: #9B59B6; } let date = ..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/7Yyyq/btrDkWZ0xTV/ksnxR6cOvVebiV2l4X4fRk/img.jpg)
* { margin: 0; padding: 0; box-sizing: border-box; } body { min-height: 100vh; background-color: #0C192C; } .container { position: relative; width: 100%; height: 100vh; overflow: hidden; } .bubbles { position: relative; display: flex; } .bubbles span { position: relative; width: 30px; height: 30px; background-color: #4FC3DC; margin: 0 4px; border-radius: 50%; box-shadow: 0 0 0 10px #4FC3DC44, 0 ..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/UyLpl/btrDgOm98r1/uaJibRWjPGVPqqDj5LSfj0/img.jpg)
CSS Range Slider JS used for color-change and % label 0 html { height: 100%; display: flex; align-items: center; justify-content: center; font-family: 'Work Sans', sans-serif; text-align: center; } html h1, html h2, html h3, html h4, html h5, html h6 { margin: 0; } html h1 { color: #333; font-weight: 500; } html h3 { color: #aaa; font-weight: 500; } html h4 { color: #999; font-weight: 500; } htm..