summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorC.K. Rooke <ckrooke@cro.wtf>2023-12-10 02:49:28 +0000
committerC.K. Rooke <ckrooke@cro.wtf>2023-12-10 02:49:28 +0000
commit1504f1ae2f1bc5005881ba80f51397320c8eaced (patch)
treef8c1e1d334ffbe66ddde146bddfd8072df80e3b5 /style.css
init simple practice toyHEADtrunk
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..3169bce
--- /dev/null
+++ b/style.css
@@ -0,0 +1,7 @@
+body {
+ background: antiquewhite;
+ font-family: monospace;
+ font-size: 1.2em;
+ margin: 2em auto;
+ max-width: 30em;
+}