Buttons
Lesson 7 of 10 in Coddy's Stopwatch - HTML/CSS/JS Project course.
Challenge
EasyStyle the buttons as you wish! These are some required changes for the button tag:
- cursor set to pointer
- padding set to anything but default
- background color of your choice, not default
- 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
1Introduction
Overview