Menu
Coddy logo textTech

Left and Right Icons

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

challenge icon

Challenge

Easy

As we already added the link to Fontawesome, to use it, we need to add the classes to the icon tag, which we need!

1. To the icon with id 'left', add the classes fa-solid fa-angle-left

2. To the Icon with id 'right', add the classes fa-solid fa-angle-right

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