Menu
Coddy logo textTech

Wrapper and Icons

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

challenge icon

Challenge

Easy

1. Create a div with a class name wrapper.

2. Inside the wrapper, add two i-tags with the IDs left and right. (In this order)

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