From: Jean-Philippe Orsini Date: Mon, 18 Jan 2016 11:57:53 +0000 (+0100) Subject: styling X-Git-Url: https://git.wpitchoune.net/gitweb/?p=radio.git;a=commitdiff_plain;h=ae496988cdc4e68f8b5d7ba67f48c771fcdfc58e styling --- 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; +}