summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/styles.css b/styles.css
new file mode 100644
index 0000000..4b0b6a2
--- /dev/null
+++ b/styles.css
@@ -0,0 +1,24 @@
+body {
+ background-color: snow;
+ font-family: Arial, sans;
+}
+
+.logo {
+ text-align: center;
+ font-weight: bold;
+ font-size: 50px;
+ margin-bottom: 0.5em;
+}
+
+.content {
+ justify-self: center;
+ width: 1000px;
+ border: 1px solid #333333;
+ box-shadow: 0 0 0.25em #444444;
+ padding: 8px 12px;
+ background-color: white;
+}
+
+footer {
+ justify-self: center;
+}