From 9d3e2e96a0b183141b0906d3c681b0b4818626d1 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Sun, 13 Sep 2020 13:29:11 -0500 Subject: initial commit --- style.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 style.css (limited to 'style.css') 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; +} + -- cgit v1.2.1