summaryrefslogtreecommitdiff
path: root/main.css
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-07-08 12:57:41 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-07-08 13:04:09 -0400
commit0a8bf0cbb82f16bce7b05e74dc1b85ca16dc15a5 (patch)
treebef482341a9083c2a6ffdb131f38fedff2469bb8 /main.css
initial commit
Diffstat (limited to 'main.css')
-rw-r--r--main.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/main.css b/main.css
new file mode 100644
index 0000000..93783f8
--- /dev/null
+++ b/main.css
@@ -0,0 +1,18 @@
+body {
+ margin: 0;
+ padding: 0;
+}
+
+#app {
+ width: 600px;
+ height: 800px;
+ border: 0;
+ display: grid;
+}
+
+#clock {
+ font-size: 72px;
+ width: 100%;
+ text-align: center;
+ background: #eee;
+}