aboutsummaryrefslogtreecommitdiff
path: root/client/style.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--client/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/client/style.css b/client/style.css
new file mode 100644
index 0000000..fd26c52
--- /dev/null
+++ b/client/style.css
@@ -0,0 +1,16 @@
+html {
+ font-size: 18px;
+}
+
+.black {
+ color: white;
+ background: black;
+ padding: 18px;
+ border-radius: 18px;
+}
+
+.blank {
+ border-bottom: 2px solid white;
+ display: inline-block;
+ width: 42px;
+}