Skip to content

Instantly share code, notes, and snippets.

@Manntrix
Created February 5, 2023 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Manntrix/c52e88689d09305f7eae121b4657f4b1 to your computer and use it in GitHub Desktop.
Save Manntrix/c52e88689d09305f7eae121b4657f4b1 to your computer and use it in GitHub Desktop.
body {
background-color: #000;
}
.stopwatch-time {
text-align: center;
color: #fff;
font-size: 80px;
}
.stopwatch-buttons {
display: flex;
justify-content: center;
}
.stopwatch-buttons button {
margin: 20px;
border: none;
padding: 10px 30px;
cursor: pointer;
color: #fff;
}
.stopwatch-buttons button:first-child {
background-color: green;
}
.stopwatch-buttons button:last-child {
background-color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment