]> git.eli173.com Git - comics/commitdiff
whoops
authorElijah Cohen <eli@eli173.com>
Fri, 29 Jan 2021 03:58:52 +0000 (21:58 -0600)
committerElijah Cohen <eli@eli173.com>
Fri, 29 Jan 2021 03:58:52 +0000 (21:58 -0600)
style.css [new file with mode: 0644]

diff --git a/style.css b/style.css
new file mode 100644 (file)
index 0000000..3d7e3a7
--- /dev/null
+++ b/style.css
@@ -0,0 +1,13 @@
+body {
+    background-color: #f8f8ff;
+}
+
+.container {
+    display: flex;
+    justify-content: center;
+}
+
+.title {
+    font-variant-caps: small-caps;
+    font-size: xxx-large;
+}