summaryrefslogtreecommitdiff
path: root/arch.css
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-12-30 18:40:53 +0200
committerLars Wirzenius <liw@liw.fi>2018-12-30 18:40:53 +0200
commitdde454d54147d8fba5ea263bdf66d1cc48c44968 (patch)
treef40f106e4c7ab5b4cf8c5c0ee41ba4a60c395306 /arch.css
downloadeffireg-website-dde454d54147d8fba5ea263bdf66d1cc48c44968.tar.gz
Add: initial commit
Diffstat (limited to 'arch.css')
-rw-r--r--arch.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch.css b/arch.css
new file mode 100644
index 0000000..25720b2
--- /dev/null
+++ b/arch.css
@@ -0,0 +1,15 @@
+html {
+ font-family: serif;
+ margin-left: 4em;
+ margin-right: 4em;
+}
+
+h1, h2, h3 {
+ font-family: sans-serif;
+ margin-top: 2em;
+}
+
+
+h1 { font-size: 3em; }
+h2 { font-size: 2em; }
+h3 { font-size: 1em; }