반응형
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 |
Tags
- scrollY
- Sticky
- pointermove
- 애니메이션
- SQLD
- html
- 가로스크롤
- input
- getBoundingClientRect
- forEach
- scroll
- 이벤트리스너
- NodeList
- swiper
- localstorage
- scrollevent
- Animation
- React
- For
- insertAdjacentHTML
- Hover
- css
- 반복문
- ADsP
- swiperjs
- JavaScript
- mousemove
- addEventListener
- classList
- 스크롤
Archives
- Today
- Total
목록writing-mode (1)
ZeroToHunnit Coding

보통 홈페이지에 연혁을 보여주는 페이지를 가면 보이는 progressbar를 만들어보았다. HTML 안녕하세요요건 고정된 타이틀임다. 채워집니다~ 이것 좀 보세요오 신기하죠? 곧 끝나갑니다! CSS .section { width: 100%; position: relative; display: flex; justify-content: center; margin: 300px 0; } .title-box { position: sticky; top: 100px; left: 200px; width: 500px; height: 100%; } .progress-box { width: 5px; height: 3000px; position: relative; background-color: #999; } .progres..
JAVASCRIPT
2024. 2. 14. 20:58