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

/* KEYFRAMES */ @keyframes spin { from { transform: rotate(0); } to{ transform: rotate(359deg); } } @keyframes spin3D { from { transform: rotate3d(.5,.5,.5, 360deg); } to{ transform: rotate3d(0deg); } } @keyframes configure-clockwise { 0% { transform: rotate(0); } 25% { transform: rotate(90deg); } 50% { transform: rotate(180deg); } 75% { transform: rotate(270deg); } 100% { transform: rotate(360d..

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