summaryrefslogtreecommitdiffstats
path: root/wide.css
diff options
context:
space:
mode:
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