일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- button
- front-end
- html5
- php
- hover
- iOS 개발자
- 풀스택
- IOS
- Animation
- 비전공 개발자
- javascript
- 비전공자
- MAC
- image
- 프론트엔드
- react
- css3
- 애니메이션
- 백엔드
- xcode
- SWIFT
- effect
- HTML
- iPhone
- jQuery
- 개발자
- keyframes
- ipad
- CSS
- 자바스크립트
- Today
- Total
목록css3 (310)
비전공자 개발일기
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/DXbzD/btrJ1O9z9Ub/wMzel8ZqMF7I8TvVTcllv0/img.jpg)
Account Setup Social Profiles Personal Details Create your account This is step 1 Social Profiles Your presence on the social network Personal Details We will never sell it /*custom font*/ @import url(https://fonts.googleapis.com/css?family=Montserrat); /*basic reset*/ * {margin: 0; padding: 0;} html { height: 100%; /*Image only BG fallback*/ /*background = gradient + image pattern combo*/ backg..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/brySfj/btrJRKTfrka/Xp5qNjvxApMYlCf5RthKp1/img.jpg)
* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #000; } .container { position: relative; width: 100%; height: 200px; display: flex; justify-content: center; align-items: center; -webkit-box-reflect: below 0 linear-gradient(transparent, transparent, #0005); } .container .loader { position..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/bEp6Me/btrJKtYNJBU/nKvDhV83ceTu49Lb1y6ZEK/img.jpg)
* { margin: 0; padding: 0; box-sizing: border-box; list-style: none; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #18191F; } ul { position: relative; display: flex; } ul li label { position: relative; } ul li label input[type="checkbox"] { position: absolute; opacity: 0; cursor: pointer; } ul li label .icon { position: relative; width..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/drRqqK/btrJEMEd5sC/gh65JBnDVCHCeK12GbDE1k/img.jpg)
* { margin: 0; padding: 0; box-sizing: border-box; } body { overflow: hidden; } section { position: absolute; top: 0; left: 0; width: 100%; height: 100vh; background: url(bg2.jpg); background-position-x: center; background-size: cover; animation: animateBg 50s linear infinite; } @keyframes animateBg { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.2); } } span { position: absolute; t..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/dZCKet/btrJHefs2j9/PWvE4HXcYKZO3H9gISUQb1/img.jpg)
Happy Birth Day * { margin: 0; padding: 0; box-sizing: border-box; } body { height: 100vh; overflow: hidden; background-color: #2598EB; } h2 { position: absolute; top: 50%; transform: translateY(-50%); text-align: center; width: 100%; font-size: 12vw; line-height: 1em; font-weight: 800; color: #667ABA; text-transform: uppercase; z-index: 3; } i { position: absolute; display: block; background-co..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/vzyav/btrJBdBGyA2/yiU6Imjg8CEso4RKu9feHK/img.jpg)
Scanning... * { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #111; } .scan { position: relative; display: flex; flex-direction: column; align-items: center; } .scan .fingerprint { position: relative; width: 300px; height: 380px; background: url(fingerPrint_01.png); background-size: 300px;..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/umwdc/btrJpNjkeVX/g2MbjxRGZk1XkEKF7vZl6k/img.jpg)
Start When I orbited the Earth in a spaceship, I saw for the first time how beautiful our planet is. Mankind, let us preserve and increase this beauty, and not destroy it! 01 John Doe When I orbited the Earth in a spaceship, I saw for the first time how beautiful our planet is. 02 John Doe 18 APR When I orbited the Earth in a spaceship, I saw for the first time how beautiful our planet is. Manki..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/N3AY0/btrJmvWngke/ovL9ZbLjv6MrORBFh8tZT1/img.jpg)
Click 👇 to start/pause the timer @property --n { syntax: ""; inherits: true; initial-value: 0; } @property --t { syntax: ""; inherits: true; initial-value: #000; } @property --r { syntax: ""; inherits: true; initial-value: #000; } @property --b { syntax: ""; inherits: true; initial-value: #000; } @property --l { syntax: ""; inherits: true; initial-value: #000; } .d { width: 77px; /* size */ disp..