Set up
Lesson 2 of 11 in Coddy's Circular Progress Bar | Front-end Project course.
Let's set up the title and outer of our element.
Challenge
Easy- Create a title tag and add text of your choice.
- Inside the body tag, create a div with the class name 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>