일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- effect
- 애니메이션
- iOS 개발자
- SWIFT
- 비전공 개발자
- MAC
- keyframes
- css3
- Animation
- hover
- html5
- ipad
- 자바스크립트
- front-end
- php
- iPhone
- 백엔드
- javascript
- 개발자
- 풀스택
- CSS
- 비전공자
- image
- button
- 프론트엔드
- jQuery
- HTML
- IOS
- react
- xcode
- Today
- Total
목록Javascript (176)
비전공자 개발일기
Upload your File : Drag & Drop or browse Supports: JPEG, JPG, PNG Download @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } body { display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 100vh; background: #e0eafc; /* ..
Easy Image Editor Filters Brightness Saturation Inversion Grayscale Brighteness 100% Rotate & Flip Reset Filters Choose Image Save Image /* Import Google font - Poppins */ @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } body { display: flex; padding: 10px; min-h..
Slider Captcha Please complete security verification! @import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap'); button:focus, input:focus{ outline: none; box-shadow: none; } a, a:hover{ text-decoration: none; } body{ font-family: 'Roboto', sans-serif; } /*----------------------*/ .block { position: absolute; left: 0; top: 0; } .slidercaptcha { margin: 0 ..
Parallax Tilt Effect Cards Hover over the cards. 01. Normal 02. Reverse 03. Normal *, *::after, *::before { margin: 0; padding: 0; box-sizing: border-box; } html { font-size: 62.5%; } body { --background-color: hsl(180, 20%, 90%); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; min-height: 100vh; padding: 2..
Tip Calculator How much was your bill? $ How was your service? -- Choose an option -- 30% - Outstanding 20% - Good 15% - Okay 10% - Bad 5% - Terrible How many people are sharing the bill? people Calculate! $0.00 each body { background: #333 url(https://photos-2.dropbox.com/t/2/AACXQ_67JHXFKvEaqJWfsntp3cdvZ5wouSYvGO6wvJXxrg/12/670825672/jpeg/32x32/1/_/1/2/cutlery.jpg/EMbmxb0FGB0gBygH/hFUR9L79V2OI..
NASA API Get Data body{ margin: 0; padding: 0; box-sizing: border-box; background-color: #eee; } #container{ /* height: 100vh; */ display: flex; align-items: center; justify-content: center; flex-direction: column; /* margin: 10px; */ padding: 5px; } #container{ text-align: center; } h1{ text-align: center; } .text{ text-align: center; } #container img{ margin-top: 2rem; height: 400px; width: 50..
Sign In See what's next Watch anywhere. Cancel Anytime Watch Free For 30 Days Cancel at any time Watch anywhere Pick your price If you decide Netflix isn't for you - no problem. No commitment. Cancel online anytime. Watch Free For 30 Days Watch TV shows and movies anytime, anywhere — personalized for you. Watch Free For 30 Days Watch on your TV Smart TVs, PlayStation, Xbox, Chromecast, Apple TV,..
2048 new game Paused reset continue end 2048 Score: pause Control left up down right You can also use Arrow keys! *{ margin:0; padding:0; box-sizing:border-box; } p{ border-radius:10px; padding:5px; border:2px solid white; background:lightgray; color:black; font-size:18px; text-align: center; } button{ font-family: 'Sniglet', cursive; } body { background: linear-gradient(45deg, rgba(189,245,152,..