summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorCopywrong <>2026-03-06 15:20:24 -0500
committerCopywrong <>2026-03-06 15:20:24 -0500
commit9e7c2d6004f92a3341e0b034c84a20567753a6f7 (patch)
treef5bb94859bd301342877a82ed69eafc3b283b14b /styles.css
Initial commit
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;
+}