Time
Lesson 6 of 10 in Coddy's Stopwatch - HTML/CSS/JS Project course.
Challenge
EasyIn the CSS file, target the stopwatch-container class and add the following:
- text alignment to center
Target the stopwatch id and add the following:
- font size of your choice, make it bigger!
- margin from bottom, not default
- bonus: color, border and more of your choice
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