From f9387eef92e24f48c86bdd3b42d6fde8390d3f51 Mon Sep 17 00:00:00 2001 From: ADRN Date: Mon, 18 Oct 2021 00:24:29 +0200 Subject: rassemblement des assets, import CSS de Space Mono dans son fichier --- blueprint/assets/css/deuxfleurs.css | 64 ------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 blueprint/assets/css/deuxfleurs.css (limited to 'blueprint/assets/css/deuxfleurs.css') diff --git a/blueprint/assets/css/deuxfleurs.css b/blueprint/assets/css/deuxfleurs.css deleted file mode 100644 index 0fbfcd5..0000000 --- a/blueprint/assets/css/deuxfleurs.css +++ /dev/null @@ -1,64 +0,0 @@ -@charset "UTF-8"; - -@font-face { - font-family: 'Space Mono'; - src: url('../fonts/spacemono/SpaceMono-BoldItalic.ttf') format('truetype'); - font-weight: bold; - font-style: italic; -} -@font-face { - font-family: 'Space Mono'; - src: url('../fonts/spacemono/SpaceMono-Bold.ttf') format('truetype'); - font-weight: bold; - font-style: normal; -} -@font-face { - font-family: 'Space Mono'; - src: url('../fonts/spacemono/SpaceMono-Italic.ttf') format('truetype'); - font-weight: normal; - font-style: italic; -} -@font-face { - font-family: 'Space Mono'; - src: url('../fonts/spacemono/SpaceMono-Regular.ttf') format('truetype'); - font-weight: normal; - font-style: normal; -} - - -html, body { - background-color: white; - font-family: "Space Mono", Monaco, monospace !important; -} - - - -header { - background-image: url("../images/illustration-ronce_1200x765px.png"); - height: 100vh; - width: 100vw; - /* Create the parallax scrolling effect */ - /* background-attachment: fixed; */ - background-position: center; - /* background-repeat: no-repeat; */ - background-repeat: no-repeat; - background-size: cover; -} - -header > p { - width: 40%; - position: relative; - left: 55%; - bottom: -80%; - - color: white; - /* color | offset-x | offset-y | blur-radius */ - text-shadow: black 0px 0px 4px; - - text-align: right; -} - -nav { - position: fixed; - -} \ No newline at end of file -- cgit v1.2.3