Menu
Coddy logo textTech

Time

Lesson 6 of 10 in Coddy's Stopwatch - HTML/CSS/JS Project course.

challenge icon

Challenge

Easy

In the CSS file, target the stopwatch-container class and add the following:

  1. text alignment to center

Target the stopwatch id and add the following:

  1. font size of your choice, make it bigger!
  2. margin from bottom, not default
  3. 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