Container
Lesson 2 of 10 in Coddy's Stopwatch - HTML/CSS/JS Project course.
Challenge
EasyIn the HTML file, create a div that will be the container of the stopwatch and set it's class attribute to stopwatch-container.
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 Stopwatch - HTML/CSS/JS Project
1Introduction
Overview