diff options
author | Joris Guyonvarch | 2015-02-15 16:40:47 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-02-15 16:40:47 +0100 |
commit | bc8f087aaef57b6c39c0faa3c860e314fa72df0b (patch) | |
tree | a555a19c7788651ac9d2daaab340b4c2206c7d12 /style.css | |
parent | e0aa371f230495abd53b01535cbba40e09c0b59c (diff) |
Adding a font for the page title
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,8 @@ +@font-face { + font-family: pacifico; + src: url(pacifico.ttf); +} + body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: #FBDEE3; @@ -6,18 +11,20 @@ body { } .header { - padding: 30px; + padding-top: 40px; + padding-bottom: 50px; text-align: center; - font-size: 40px; + font-size: 72px; color: #222222; text-shadow: 2px 2px #ADADAD; + font-family: pacifico; } #content { margin-top: 65px; background-color: white; border-radius: 5px; - padding: 30px 50px 30px 50px; + padding: 40px 50px 30px 50px; } h1 { |