diff options
Diffstat (limited to 'assets/css/application.css')
| -rw-r--r-- | assets/css/application.css | 10 |
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; } |
