반응형
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
- insertAdjacentHTML
- mousemove
- scrollY
- SQLD
- css
- addEventListener
- 가로스크롤
- getBoundingClientRect
- swiperjs
- swiper
- forEach
- localstorage
- 이벤트리스너
- pointermove
- Sticky
- NodeList
- Animation
- ADsP
- JavaScript
- html
- scrollevent
- Hover
- 애니메이션
- 스크롤
- classList
- scroll
- 반복문
- input
- For
- React
Archives
- Today
- Total
목록modal (1)
ZeroToHunnit Coding
겉보기엔 그냥 제목 클릭하면 밑에 내용 보여주는 모달창같지만 코드를 보면 확장성이 있는 것을 알 수 있다. HTML 신기하다. h1태그나 content태그를 보면 싹 다 비워져있는데 저렇게 내용이 들어가있다. CSS .column{ padding: 0 120px; } .content-box{ border-bottom: 4px solid black; padding: 40px; cursor: pointer; } .column .content-box:last-child{ border-bottom: none; } .modal{ margin-top: 100px; width: 100%; height: 400px; background: #999; padding: 100px; } .modal .title{ font-s..
JAVASCRIPT
2024. 1. 24. 15:56