summaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
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;
+}