Wrapper Class
Lesson 12 of 23 in Coddy's Slider | Front-end Project course.
Challenge
EasyTarget class 'wrapper':
1. Set the maximum width to 1100 pixels.
2. Set the width to 100%.
3. Set the position to relative.
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>