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

body { background-color: #111; overflow: hidden; text-align:center; display: flex; align-items: center; justify-content: center; } body, html { height: 100%; width: 100%; margin: 0; padding: 0; } svg { width: 100%; height: 100%; visibility: hidden; cursor: pointer; } let select = (s) => document.querySelector(s), selectAll = (s) => document.querySelectorAll(s), mainSVG = select("#mainSVG"); gsap..
HTML _CSS
2023. 2. 14. 01:47