일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- CSS
- php
- keyframes
- 비전공 개발자
- 애니메이션
- 백엔드
- hover
- css3
- iPhone
- SWIFT
- Animation
- iOS 개발자
- javascript
- 개발자
- MAC
- IOS
- jQuery
- react
- image
- 풀스택
- 자바스크립트
- 프론트엔드
- effect
- html5
- 비전공자
- HTML
- xcode
- button
- ipad
- front-end
- Today
- Total
목록백엔드 (156)
비전공자 개발일기
Drink Water Goal: 2 Liters Remained Select how many glasses of water that you have drank 250ml 250ml 250ml 250ml 250ml 250ml 250ml 250ml @import url('https://fonts.googleapis.com/css2?family=Montserrat:400, 600&display=swap'); :root { --border-color: #144fc6; --fill-color: #6ab3f8; } * { box-sizing: border-box; } body { background-color: #3494e4; color: #fff; font-family: 'Montserrat', sans-seri..
Home main01 menu1 menu2 menu3 main02 .dropmenu{ border:none; border:0px; margin:0px; padding:0px; font: "sans-serif"; font-size:18px; } .dropmenu ul{ background: #666; height:100px; list-style:none; margin:0; padding:0; } .dropmenu li{ float:left; padding:0px; } .dropmenu li a{ background: #666; color:#fff; display:block; line-height:100px; margin:0px; padding:0px 25px; text-align:center; text-d..
Double click on the image to it You liked it 0 times @import url('https://fonts.googleapis.com/css?family=Oswald'); * { box-sizing: border-box; } body { font-family: 'Oswald', sans-serif; text-align: center; overflow: hidden; margin: 0; } h3 { margin-bottom: 0; text-align: center; } small { display: block; margin-bottom: 20px; text-align: center; } .fa-heart { color: red; } .loveMe { height: 440..
Custom Range Slider 50 @import url('https://fonts.googleapis.com/css?family=Lato&display=swap'); * { box-sizing: border-box; } body { background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); font-family: 'Lato', sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; overflow: hidden; margin: 0; } h2 { position: absolute; top: 1..
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); * { box-sizing: border-box; } body { background-color: #ecf0f1; font-family: 'Roboto', sans-serif; display: flex; align-items: center; justify-content: center; height: 100vh; overflow: hidden; margin: 0; } img { max-width: 100%; } .card { box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); border-radius: 10px; overf..
Click Me @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); * { box-sizing: border-box; } body { background-color: #000; font-family: 'Roboto', sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; overflow: hidden; margin: 0; } button { background-color: purple; color: #fff; border: 1px purple solid..
Starting... Speed: @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); * { box-sizing: border-box; } body { background-color: #e9967a; font-family: 'Roboto', sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; overflow: hidden; margin: 0; } div { position: absolute; bottom: 20px; background: rgba(0, 0, 0, .1); p..
3 2 1 0 Get Ready GO! Replay @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); * { box-sizing: border-box; } body { font-family: 'Roboto', sans-serif; height: 100vh; overflow: hidden; margin: 0; } h4 { font-size: 20px; margin: 5px; text-transform: uppercase; } .counter { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: ce..