diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2025-11-13 21:48:40 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2025-11-13 21:48:40 +0100 |
| commit | 944fc2715e967a51e4ccca49d87e987ee2727bc2 (patch) | |
| tree | 13ed83b34182d54f9aa85a63c2474a927a6e06b2 /src/style.css | |
| parent | b2befab1d7c0bb19ac7373ea27d22cec0eea5163 (diff) | |
Transitioned to npm
Diffstat (limited to 'src/style.css')
| -rw-r--r-- | src/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..8e3b713 --- /dev/null +++ b/src/style.css @@ -0,0 +1,12 @@ +.button-grid { + display: grid; + grid-template-columns: repeat(4, 1fr); + grid-gap: 15px; +} +#timer-display { + text-align: center; + width: fit-content; +} +table { + font-size: 1.5em; +}
\ No newline at end of file |
