일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Animation
- effect
- front-end
- 애니메이션
- iOS 개발자
- SWIFT
- html5
- jQuery
- IOS
- 비전공 개발자
- 프론트엔드
- keyframes
- 자바스크립트
- HTML
- 풀스택
- 개발자
- css3
- 비전공자
- iPhone
- MAC
- javascript
- button
- image
- php
- xcode
- ipad
- hover
- CSS
- 백엔드
- react
- Today
- Total
목록css3 (310)
비전공자 개발일기
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/VeaYE/btrJgw2aPe6/gHPsRa2ExIAQNGczf3gTrk/img.jpg)
404 Look like you're lost the page you are looking for not avaible! Go to Home /*====================== 404 page =======================*/ .page_404 { padding: 40px 0; background: #fff; font-family: "Arvo", serif; } .page_404 img { width: 100%; } .four_zero_four_bg { background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif); height: 400px; background-positio..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/sTJjd/btrI7LMepBD/nOV5hztSvfK841uKRv2P6K/img.jpg)
* { margin: 0; padding: 0; box-sizing: border-box; } body { min-height: 100vh; background: radial-gradient(#785DFF, #0081E8); display: flex; justify-content: center; align-items: center; } .conatiner { position: relative; width: 150px; height: 150px; display: flex; justify-content: center; align-items: center; transform-style: preserve-3d; transform: perspective(500px) rotateX(135deg); } .conati..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/cbVapT/btrI3uKzqcC/kUG140rvY2xL5Z4AkL3KYk/img.jpg)
HORIZONTAL TIMELINE 16 Jan 28 Feb 20 Mar 20 May 09 Jul 30 Aug 15 Sep 01 Nov 10 Dec 29 Jan 3 Mar Prev Next Horizontal Timeline January 16th, 2014 Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illum praesentium officia, fugit recusandae ipsa, quia velit nulla adipisci? Consequuntur aspernatur at, eaque hic repellendus sit dicta consequatur quae, ut harum ipsam molestias maxime non nisi..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/bPJGk1/btrISOw2NEG/nzCPkw6myM7WmCOZcySMN0/img.jpg)
Main Title Bear claw gummi bears danish ice cream halvah cotton candy pastry chocolate bar. Croissant cotton candy cotton candy jelly beans shortbread cheesecake sugar plum. Marshmallow brownie liquorice jelly carrot cake bonbon jelly-o ice cream. Sweet roll cupcake tootsie roll candy sugar plum gingerbread pastry. Halvah carrot cake lemon drops cake marshmallow gingerbread pie sesame snaps. Che..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/rHsTt/btrIK7JDZTx/jzuZuvLAAXKeRsIUBlIRk1/img.jpg)
♠ POKER ♣ * { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #111; } h2 { position: relative; font-size: 6em; color: #222; } h2::before { content: attr(data-text); position: absolute; color: #FFF; width: 350px; overflow: hidden; white-space: nowrap; border-right: 4px solid #FFF; filter: dro..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/boHLQB/btrIMBXNq0B/uNsPqAezA4agk5irYOVnCk/img.jpg)
Menu My drive Computers Shared with me Starred Trash aside { color: #fff; width: 250px; padding-left: 20px; height: 100vh; background-image: linear-gradient(30deg, #0048bd, #44a7fd); border-top-right-radius: 80px; } aside a { font-size: 12px; color: #fff; display: block; padding: 12px; padding-left: 30px; text-decoration: none; -webkit-tap-highlight-color: transparent; } aside a:hover { color: #..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/cGA2Uk/btrIMBbw0QU/6mWrxJLfLFUrT6N36TP9VK/img.jpg)
You can get weather by city name or city name and iso country code (alpha-2 code) divided by comma. Example: London, uk Humidity /* Loading css animation by tobias ahlin. http://tobiasahlin.com/spinkit/ Weather icons by erik flowers. https://erikflowers.github.io/weather-icons/ */ body { background: #e0e0e0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } a:hover, a:focus { color:..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/yfwS1/btrIyodgFvF/2m323ZKuKjkHHECndrXX81/img.jpg)
Live User Filter Search by name and/or location Loading... @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); * { box-sizing: border-box; } body { background-color: #f8f9fd; font-family: 'Roboto', sans-serif; display: flex; align-items: center; justify-content: center; height: 100vh; overflow: hidden; margin: 0; } .container { border-radius: 5px; box-shadow..