styling
[radio.git] / html / style.css
diff --git a/html/style.css b/html/style.css
new file mode 100644 (file)
index 0000000..5b9d125
--- /dev/null
@@ -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;
+}