일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- html cell size
- Django
- Spring
- Dependency
- Django 특정 값 가져오기
- table cell size
- html
- DI
- html cell
- Django column 값 가져오기
- Dependency Injection
- table tag
- Today
- Total
emluy 개발 일기
HTML, CSS , JS - slider 구현 본문
버튼을 누르거나 손으로 넘겼을 때 넘겨지는 slider 구현
Javascript : slider 애니메이션 기능 어렵지 않은걸 어렵게 만들었다...
안녕하십니까. NoDe 입니다. 이번에 할건 slider 기능입니다. 온리 단순 클라이언트에서만 사용하는겁니...
blog.naver.com
https://www.youtube.com/watch?v=wy3JAnKAL-E
* bootstrap 이용 : carousel
https://getbootstrap.com/docs/4.0/components/carousel/
Carousel
A slideshow component for cycling through elements—images or slides of text—like a carousel.
getbootstrap.com
*javascript 이용 : class 추가 삭제
https://www.w3schools.com/howto/howto_js_add_class.asp
How To Add a Class Name
How TO - Add a Class Learn how to add a class name to an element with JavaScript. Add Class Click the button to add a class to me! Add Class Step 1) Add HTML: Add a class name to the div element with id="myDIV" (in this example we use a button to add the c
www.w3schools.com
'웹 개발 > frontend' 카테고리의 다른 글
반응형 웹 만들기 - layout과 비율유지하면서 줄어들게 하기 (0) | 2020.07.15 |
---|---|
div 태그 와 table 태그 연습 - 이력서 form 작성 (0) | 2020.05.18 |
table 태그 연습 (0) | 2020.05.18 |
div 태그 연습 (0) | 2020.05.18 |
마우스 올릴 때 이미지 변경 - hover (0) | 2020.05.14 |