일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- xcode
- html5
- ipad
- 백엔드
- 개발자
- php
- SWIFT
- image
- effect
- 비전공자
- keyframes
- 프론트엔드
- hover
- IOS
- 풀스택
- MAC
- css3
- HTML
- button
- react
- iOS 개발자
- Animation
- front-end
- 자바스크립트
- 비전공 개발자
- jQuery
- javascript
- CSS
- iPhone
- 애니메이션
- Today
- Total
목록Javascript (176)
비전공자 개발일기
ShoPperZ HOME SHOP OUR PRODUCTS CONTACT US ABOUT US HOME SHOP OUR PRODUCTS CONTACT US ABOUT US SHOES $5 Lorem ipsum dolor sit amet consectetur. MEN's T-SHIRT $6.34 Lorem ipsum dolor sit. JEANS $9 Lorem ipsum dolor sit amet. WATCH $9.1 Lorem ipsum dolor sit. SMART PHONE $20 Lorem ipsum dolor sit. TELEVISION $18 Lorem ipsum dolor sit amet consectetur. HOODIES $6.7 Lorem ipsum dolor sit. DINNER SET..
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..
Guess the Word Hint: Remaining guesses: Wrong letters: Reset Game /* 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: 0 10px; min-height: 100vh; align-items: center; justify-content: center; backgroun..
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..
* { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: #000; overflow: hidden; height: 100vh; } i { position: absolute; height: 200px; background: linear-gradient(transparent, #FFF); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; animation: animate 5s linear infinite; } i:nth-child(3n + 1) { background:linear-gradient(transparent, #ABFFB2); } i:nth-child(..
Notifications 1 * { border: 0; box-sizing: border-box; margin: 0; padding: 0; } :root { --hue: 223; --bg: hsl(var(--hue),10%,90%); --fg: hsl(var(--hue),10%,10%); font-size: calc(40px + (60 - 40) * (100vw - 320px) / (1280 - 320)); } body, button { color: var(--fg); font: 1em/1.5 "DM Sans", sans-serif; } body { background: var(--bg); height: 100vh; display: grid; place-items: center; } .notificati..
Tic Tac Toe Player X Turn Reset @import url("https://fonts.googleapis.com/css2?family=Radio+Canada:wght@400;500;600;700&display=swap"); * { padding: 0; margin: 0; font-family: "Radio Canada", sans-serif; } body { background-color: white; } .header { display: flex; align-items: center; justify-content: center; margin: 15px; } .header h1 { text-align: center; } .box { display: flex; align-items: c..
Ask Your Question?? Yeah,ask Some Question Answer Appering Hear * { margin: 0; padding: 0; box-sizing: border-box; } body { width: 100vw; height: 100vh; font-family: sans-serif; padding: 10em 10em; background: url(./bg.jpg); opacity: 0.5; background-position: center; background-repeat: no-repeat; background-position: 100% 20%; background-size: cover; display: flex; align-items: center; justify-c..