summaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2025-02-10 20:20:26 +0100
committerTaylan Kammer <taylan.kammer@gmail.com>2025-02-15 18:38:28 +0100
commitdd3d8f9d768479df36e51d402adf55afad1aff07 (patch)
tree21b11a361ca080a2d130f33fe435b4ac284731be /html/style.css
parent831dc694c404826e9a1bf07788e10b9ac3d9cb2d (diff)
update
Diffstat (limited to 'html/style.css')
-rw-r--r--html/style.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css
new file mode 100644
index 0000000..f1b474b
--- /dev/null
+++ b/html/style.css
@@ -0,0 +1,23 @@
+body {
+ margin: 20px auto;
+ padding: 0 20px;
+ max-width: 80ch;
+
+ background: #eee;
+ color: #333;
+
+ font-family: sans;
+}
+
+h1, h2, h3 {
+ line-height: 1.2;
+}
+
+p {
+ line-height: 1.6;
+ text-align: justify;
+}
+
+code {
+ font-size: 1.2em;
+}