diff options
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/blueprint.css (renamed from assets/css/deuxfleurs.css) | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/css/deuxfleurs.css b/assets/css/blueprint.css index 1908767..f3e98ee 100644 --- a/assets/css/deuxfleurs.css +++ b/assets/css/blueprint.css @@ -1,12 +1,17 @@ @charset "UTF-8"; @import url("../fonts/spacemono.css"); +@import url("../fonts/firasans-regular.css"); html, body { background-color: white; font-family: "Space Mono", Monaco, monospace !important; } +p { + font-family: "Fira Sans"; +} + header { background-image: url("../images/ronce/illustration-ronce_1200x765px.png"); height: 100vh; @@ -35,4 +40,13 @@ header > p { nav { position: fixed; +} + + + + +footer { + border-top: black solid 2px; + margin-top: 3rem; + padding-top: 2rem; }
\ No newline at end of file |