Left and Right Icons
Lesson 4 of 23 in Coddy's Slider | Front-end Project course.
Challenge
EasyAs 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
1Intro
What you will build?2HTML
Title and External CSSWrapper and Icons