summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;
+}
+