Menu
Coddy logo textTech

Buttons

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

challenge icon

Challenge

Easy

Style the buttons as you wish! These are some required changes for the button tag:

  1. cursor set to pointer
  2. padding set to anything but default
  3. background color of your choice, not default
  4. bonus: hover effect!

Here is an example result:

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