From ae496988cdc4e68f8b5d7ba67f48c771fcdfc58e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 18 Jan 2016 12:57:53 +0100 Subject: [PATCH] styling --- html/style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 html/style.css diff --git a/html/style.css b/html/style.css new file mode 100644 index 0000000..5b9d125 --- /dev/null +++ b/html/style.css @@ -0,0 +1,21 @@ +body { + font-family: sans-serif; + font-size: 100%; + padding: 0; + margin: 8pt 0 0 8pt; + background-color: #eee; +} + +h1 { + font-size: 160%; + padding: 0; + margin: 0; +} + +footer { + font-size: 80%; +} + +audio { + margin: 20pt 20pt 20pt 20pt; +} -- 2.7.4