| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- button
- Animation
- iOS 개발자
- php
- HTML
- keyframes
- xcode
- html5
- css3
- 비전공 개발자
- 백엔드
- 프론트엔드
- javascript
- CSS
- iPhone
- 애니메이션
- hover
- front-end
- ipad
- 비전공자
- image
- react
- 개발자
- 풀스택
- effect
- IOS
- jQuery
- MAC
- SWIFT
- 자바스크립트
- Today
- Total
목록html5 (313)
비전공자 개발일기
body { background: rgb(0, 49, 20); background: radial-gradient(circle, rgba(0, 49, 20, 1) 10%, rgba(0, 16, 8, 1) 25%, rgba(0, 0, 0, 1) 100%); margin: 0; height: 100vh; width: 100vw; display: flex; flex-direction: column; justify-content: center; align-items: center; } .lamp { height: 23rem; width: 12rem; position: relative; background: rgb(36, 154, 97); background: linear-gradient(90deg, rgba(36..
Music Player @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap"); * { outline: none; box-sizing: border-box; } body { background-image: linear-gradient( 0deg, rgba(247, 247, 247, 1) 23.8%, rgba(252, 221, 221, 1) 92% ); font-family: "Open Sans", sans-serif; margin: 0; height: 100vh; display: flex; align-items: center; justify-content: center; flex-direc..
Countdown to my birthday days Hours Minutes Seconds 🥳 🎉 🎂 /* general styling */ :root { --smaller: .75; } * { box-sizing: border-box; margin: 0; padding: 0; } html, body { height: 100%; margin: 0; } body { align-items: center; background-color: #ffd54f; display: flex; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;..
#chart { max-width: 650px; margin: 35px auto; } var options = { chart: { height: 280, type: "area" }, dataLabels: { enabled: false }, series: [ { name: "Follower(Family)", data: [15, 25, 38, 55, 69, 83, 99] } ], fill: { type: "gradient", gradient: { shadeIntensity: 4, opacityFrom: 0.7, opacityTo: 0.9, stops: [0, 90, 100] } }, xaxis: { categories: [ "01 Jan", "02 Feb", "03 March", "04 April", "05..
* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background: radial-gradient(#EAC4FF, #9E57C5); overflow: hidden; } .stairs { position: relative; width: 500px; height: 300px; transform-style: preserve-3d; transform: rotateX(-30deg) rotateY(250deg) ; animation: animate 10s linear infinite; } @keyframes anim..
QR Code Scanning... * { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #111; } .scan { position: relative; display: flex; align-items: center; flex-direction: column; } .scan .qrcode { position: relative; width: 400px; height: 400px; background: url(QR_Code01.png); background-size: 400px; }..
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..
₹ 00 One Selected Template 100% Responsive Design Credit Remove Permission Lifetime Template Updates Purchase ₹ 49 Five Existing Template 100% Responsive Design Credit Remove Permission Lifetime Template Updates Purchase ₹ 99 All Existing Template 100% Responsive Design Credit Remove Permission Lifetime Template Updates Purchase *{ margin: 0; padding: 0; box-sizing: border-box; } body{ display: ..