You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
579 B
36 lines
579 B
body {
|
|
text-align: center;
|
|
font-family: 'Orbitron', 'Courier New', monospace;
|
|
}
|
|
|
|
#stopwatch {
|
|
width: 400px;
|
|
height: 100px;
|
|
margin: 0 auto;
|
|
border: 1px solid black;
|
|
padding: 12px;
|
|
|
|
line-height: 100px;
|
|
font-size: 75px;
|
|
text-align: right;
|
|
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#controls {
|
|
text-align: center;
|
|
}
|
|
|
|
button {
|
|
padding: 24px 24px 16px 24px;
|
|
background: mediumseagreen;
|
|
border:none;
|
|
border-bottom: 2px solid forestgreen;
|
|
border-radius: 5px;
|
|
|
|
color: white;
|
|
font-size: 24px;
|
|
font-family: 'Orbitron', 'Courier New', monospace;
|
|
font-weight: 700;
|
|
}
|