Left click
Lesson 23 of 23 in Coddy's Slider | Front-end Project course.
Challenge
EasyAdd the event listener on the left button (#left); click to scroll by the carousel from left with -250; behavior should be smooth.
Try it yourself
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>