From dde454d54147d8fba5ea263bdf66d1cc48c44968 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 30 Dec 2018 18:40:53 +0200 Subject: Add: initial commit --- arch.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 arch.css (limited to 'arch.css') 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; } -- cgit v1.2.1