Menu
Coddy logo textTech

Left click

Lesson 23 of 23 in Coddy's Slider | Front-end Project course.

challenge icon

Challenge

Easy

Add 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>

All lessons in Slider | Front-end Project