comparison website/src/fschmidt/stopwatch.html @ 1294:2555154ad19f

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 10 Jan 2019 18:22:52 -0700
parents 007ceb8dcf89
children
comparison
equal deleted inserted replaced
1293:007ceb8dcf89 1294:2555154ad19f
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Stopwatch</title>
4 <meta name="viewport" content="width=device-width, initial-scale=1"> 5 <meta name="viewport" content="width=device-width, initial-scale=1">
5 <style> 6 <style>
6 body { 7 body {
7 text-align: center; 8 text-align: center;
8 } 9 }
9 button { 10 button {
10 cursor: pointer; 11 cursor: pointer;
11 font-size: 1em; 12 font-size: inherit;
12 border-radius: 6px; 13 border-radius: 6px;
13 display: none; 14 display: none;
14 } 15 }
15 </style> 16 </style>
16 <script> 17 <script>