일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- iPhone
- keyframes
- 백엔드
- 풀스택
- 비전공자
- SWIFT
- xcode
- Animation
- 비전공 개발자
- hover
- 애니메이션
- CSS
- ipad
- iOS 개발자
- html5
- css3
- jQuery
- javascript
- 자바스크립트
- react
- MAC
- 개발자
- php
- 프론트엔드
- HTML
- image
- IOS
- front-end
- button
- Today
- Total
목록css3 (310)
비전공자 개발일기
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/cso1ji/btrPhm8dDvC/41qs5FPWAJ96MoMsgJ7nZ1/img.png)
* { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: #1D0035; min-height: 100vh; overflow: hidden; } section { position: absolute; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; transform-style: preserve-3d; transform: perspective(700px); } .box { position: absolute; transform-style: preserve-3d; top: 125px; } .box .cube { positio..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/b0ZnsC/btrPhm0JOkO/A63tOuDNkA2itxaggr6tE1/img.png)
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..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/NbzoM/btrPgdW9LYD/owHDyXTYlKHQjWkl0u1Td0/img.png)
Candle Animation @import url('https://fonts.googleapis.com/css?family=Sacramento'); body { background-color: #212121; font-family: 'Sacramento', cursive; } .container { height: 200px; width: 600px; position: fixed; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } .container .title { font-size: 5rem; color: rgba(255, 255, 255, 0.5); text-align: center; text-shadow: 0px 2px 1px orange, 0px 0p..
Some feature Description of the awesome Feature Some feature Description of the awesome Feature Some feature Description of the awesome Feature Some feature Description of the awesome Feature Some feature Description of the awesome Feature Some feature Description of the awesome Feature html, body { width: 100%; height: 100%; margin: 0; padding: 0; background-color: #060606; } body { display: fl..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/cSv0vM/btrO5tsbZfI/xvDS1NrDl3eNjyyWB6dSe1/img.png)
Inbox Today Upcoming Important Meetings Trash Family Vacation Festival Concerts Today Tasks All Important Notes Links Dashboard Design Implementation Approved Create a userflow In Progress Application Implementation In Review Create a Dashboard Design In Progress Create a Web Application Design Approved Interactive Design In Review Upcoming Tasks Dashboard Design Implementation Waiting Create a ..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/bhnHuj/btrO3UjCUC4/ZedpDabwhr1nHc3v1cCUu1/img.jpg)
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..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/c4lPCz/btrOULtUbiV/np58Za6zNsQ65SzriiSkp1/img.jpg)
* { margin: 0; padding: 0; box-sizing: border-box; } section { position: relative; height: 100vh; overflow: hidden; background-color: #111; display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: wrap; } section i { position: relative; width: 60px; height: 60px; background-color: #222; } section i:nth-child(5n+1) { animation: animate 2s linear infinite, animateBG 5s li..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/bFUwTX/btrOCZyH2GA/4HKElW26KVwiQ2P4cKvNX0/img.jpg)
85% 90% 70% * { margin: 0; padding: 0; box-sizing: border-box; font-family: consolas; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #CFD1E1; } .container { display: flex; justify-content: center; align-items: center; gap: 80px 100px; flex-wrap: wrap; } .container .box { position: relative; width: 240px; height: 250px; display: flex; ju..