반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 이벤트리스너
- scrollY
- JavaScript
- classList
- For
- scrollevent
- getBoundingClientRect
- forEach
- 가로스크롤
- ADsP
- NodeList
- 반복문
- swiperjs
- React
- 애니메이션
- pointermove
- mousemove
- Sticky
- localstorage
- css
- addEventListener
- insertAdjacentHTML
- input
- Animation
- scroll
- SQLD
- html
- swiper
- Hover
- 스크롤
Archives
- Today
- Total
목록Client (1)
ZeroToHunnit Coding

위와 같이 마우스의 움직임에 따라 전체적인 페이지가 같이 움직이는 ui를 만들어보았다. HTML CSS * { overflow: hidden; margin: 0; padding: 0; } html,body{ background-color: #333; } .section { width: 100vw; height: 100vh; } .inner { position: absolute; background-color: #333; height: 2560px; } .rows { display: flex; align-items: center; justify-content: center; width: 100%; } .link { width: 400px; height: 600px; background-color: #ddd..
JAVASCRIPT
2024. 2. 5. 21:36