From 760012702cf091de29d208fc337c2b9c3fddb4b6 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sun, 24 Dec 2023 01:06:59 +0100 Subject: Initial commit --- style.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..91f9040 --- /dev/null +++ b/style.css @@ -0,0 +1,31 @@ +body { + width: 40em; + margin: 2em; + font-size: 18px; + line-height: 1.4em; + background-color: white +} + +h1 { + padding-bottom: 0.5em; +} + +pre { + background-color: #f4f4f4; + padding: 1em; +} + +table { + border: 1px; +} + +.head { + font-size: 16px; + font-weight: bold; + background-color: #e7e7e7; + padding: 0.5em; +} + +p { + /*text-align: justify;*/ +} -- cgit v1.2.3