왼쪽 클릭
Coddy의 슬라이더 | 프론트엔드 프로젝트 코스 레슨 — 23개 중 23번째.
챌린지
쉬움왼쪽 버튼(#left)에 이벤트 리스너를 추가하세요. 클릭 시 캐러셀을 left 방향으로 -250만큼 스크롤해야 하며, behavior는 smooth여야 합니다.
직접 해보기
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>