250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- html5
- SWIFT
- CSS
- css3
- 풀스택
- ipad
- iOS 개발자
- 비전공 개발자
- react
- javascript
- HTML
- xcode
- iPhone
- image
- 개발자
- front-end
- 애니메이션
- IOS
- effect
- 프론트엔드
- 비전공자
- php
- jQuery
- Animation
- 자바스크립트
- hover
- 백엔드
- button
- MAC
- keyframes
Archives
- Today
- Total
목록transform (9)
비전공자 개발일기
Loading Animation
Loading Animation .loader-wrapper { width: 60px; height:60px; } .loader { box-sizing: border-box; width: 100%; height: 100%; border: 10px solid #162534; border-top-color: #4bc8eb; border-bottom-color: #f13a8f; border-radius: 50%; animation: rotate 5s linear infinite; } .loader-inner { border-top-color: #36f372; border-bottom-color: #fff; animation-duration: 2.5s; } @keyframes rotate { 0%{ transf..
HTML _CSS
2022. 4. 12. 00:27