summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yarns/yarn.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/yarns/yarn.css b/yarns/yarn.css
new file mode 100644
index 0000000..27f7e26
--- /dev/null
+++ b/yarns/yarn.css
@@ -0,0 +1,18 @@
+<style>
+body {
+ margin-left: 3em;
+ max-width: 70em;
+
+ font-family: serif;
+ line-height: 150%;
+}
+
+h1 { font-size: 300%; }
+h2 { font-size: 200%; }
+h3 { font-size: 100%; }
+
+h1, h2, h3 {
+ font-family: sans-serif;
+ margin-top: 2em;
+}
+</style>