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

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..

Twitter Followers YouTube Subscribers Facebook Fans @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap'); * { box-sizing: border-box; } body { background-color: #8e44ad; color: #fff; font-family: 'Roboto Mono', sans-serif; display: flex; align-items: center; justify-content: center; height: 100vh; overflow: hidden; margin: 0; } .counter-container { display: flex; flex..

Write number to draw a square (Range : 1 ~ 700) Clear * { box-sizing: border-box; } body { background-color: #111; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; overflow: hidden; margin: 0; } label { color: #fff; text-align: center; margin: 10px; font-size: 50px; } label input, #clear { font-size: 25px; text-align: center; margin: 10px; width..

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap'); * { box-sizing: border-box; } body { background-color: #2a2a72; color: #fff; font-family: 'Poppins', sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; overflow: hidden; margin: 0; } .user-form { width: 100%; max-width: 700px; } .user-form input ..

How satisfied are you with our customer support performance? Unhappy Neutral Satisfied Send Review @import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap'); * { box-sizing: border-box; } body { background-color: #fef9f2; font-family: 'Montserrat', sans-serif; display: flex; align-items: center; justify-content: center; height: 100vh; overflow: hidden; margin: 0; } .panel-co..

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..

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..