summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2020-09-13 13:29:11 -0500
committersanine-a <sanine.not@pm.me>2020-09-13 13:29:11 -0500
commit9d3e2e96a0b183141b0906d3c681b0b4818626d1 (patch)
treeb19c73b02ac10f3fb85cf36285cd717645fbad23 /style.css
initial commit
Diffstat (limited to 'style.css')
-rw-r--r--style.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..485a1a1
--- /dev/null
+++ b/style.css
@@ -0,0 +1,23 @@
+body {
+ text-align: center;
+ font-family: sans-serif;
+}
+
+#content
+{
+ max-width: 300px;
+ margin: auto;
+}
+
+#pinyin-input
+{
+ border: solid 2px #2af;
+}
+
+#current-character
+{
+ margin-top: 0;
+ margin-bottom: 0;
+ font-size: 200px;
+}
+