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

* { margin: 0; padding: 0; box-sizing: border-box; } body { min-height: 100vh; background: radial-gradient(#785DFF, #0081E8); display: flex; justify-content: center; align-items: center; } .conatiner { position: relative; width: 150px; height: 150px; display: flex; justify-content: center; align-items: center; transform-style: preserve-3d; transform: perspective(500px) rotateX(135deg); } .conati..

* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; } h1 { text-align: center; } ul { position: relative; display: flex; gap: 40px; } ul li { position: relative; list-style: none; width: 120px; height: 120px; display: flex; justify-content: center; align-items: center; background: #FFF; box-shadow: 0 15px 35p..

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@400;700&display=swap'); :root{ --color: #333; } body { font-family: 'Red Hat Text', sans-serif; } .container { text-align: center; color: var(--color); width: 100%; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; background-image: url(https://images.unsplash.com/photo-1..

Design Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cum cumque minus iste veritatis provident at. Read More Code Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cum cumque minus iste veritatis provident at. Read More Launch Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cum cumque minus iste veritatis provident at. Read More body{ margin: 0; padding:..

You Are So Amazing.... body { background-color: #000; } .container { width: 100%; height: 80vh; position: relative; font-family: monospace; color: #FFF; font-size: 4em; filter: contrast(15); } .word { position: absolute; top: 58%; left: 96%; transform: translate(-50%, -50%); animation: switch 8s infinite ease-in-out; min-width: 100%; margin: auto; } .word:nth-child(1) { animation-delay: -7s; } ...

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