diff options
author | ADRN <adrien@luxeylab.net> | 2021-10-18 00:53:55 +0200 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2021-10-18 00:53:55 +0200 |
commit | cfc1c598db65e43f5e74ce3cf1289c4936546d34 (patch) | |
tree | fba7b65cff6499c770a8971a860112b26ab2b457 /assets/css | |
parent | f9387eef92e24f48c86bdd3b42d6fde8390d3f51 (diff) | |
download | design-cfc1c598db65e43f5e74ce3cf1289c4936546d34.tar.gz design-cfc1c598db65e43f5e74ce3cf1289c4936546d34.zip |
ajout Fira Sans, amelioration du blueprint
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 |