summaryrefslogtreecommitdiffstats
path: root/assets/css
diff options
context:
space:
mode:
authorTeddy Wing2013-11-10 04:41:13 -0500
committerTeddy Wing2013-11-10 04:41:13 -0500
commit738d0e4cfd6906cceb0908670410325bf4417bc2 (patch)
treefbca4e2234095ebc8138df455589d90559a69ef9 /assets/css
parent1b237d69dbc309e59fe49a823ad868ac726e9cb2 (diff)
downloadclip-play-738d0e4cfd6906cceb0908670410325bf4417bc2.tar.bz2
Semi-style header
Include a bunch of fonts to experiment & see what looks best.
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/application.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/css/application.css b/assets/css/application.css
index c2c8aee..4b3396b 100644
--- a/assets/css/application.css
+++ b/assets/css/application.css
@@ -1,8 +1,18 @@
/* Application */
/* General global styles */
+
+/* . Layout . */
body {
background: url('../images/background.png') repeat;
+ padding: 0 2em;
+}
+
+
+header {
+ font-family: neoretrodrawregular, znikomitno24regular, seasideresortnfregular, itsadzokes01regular, sans-serif;
+ font-size: 80px;
+ margin: 0.2em 0 0.4em;
}