summaryrefslogtreecommitdiffstats
path: root/wide.css
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2014-05-21 21:30:44 -0400
committerBrian Cully <bjc@kublai.com>2014-05-21 21:30:44 -0400
commit6ff5b510ea4fda8e0744cc8c0f37c59b0ccf78e2 (patch)
tree18a3d033652be1a1293103bb1f7508ab8ac2bd77 /wide.css
downloadmult-master.tar.gz
mult-master.zip
Initial commit.HEADmaster
Diffstat (limited to 'wide.css')
-rw-r--r--wide.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/wide.css b/wide.css
new file mode 100644
index 0000000..68f877a
--- /dev/null
+++ b/wide.css
@@ -0,0 +1,20 @@
+body {
+ font-size: 24px;
+}
+
+form {
+ margin: 50px auto;
+ padding: 30px;
+}
+
+#answer {
+ font-size: 24px;
+ width: 75px;
+}
+
+#submit {
+ font-size: 24px;
+ padding: 5px 15px;
+ width: 153px;
+ height: 41px;
+} \ No newline at end of file