design/assets/css/deuxfleurs.css

38 lines
735 B
CSS

@charset "UTF-8";
@import url("../fonts/spacemono.css");
html, body {
background-color: white;
font-family: "Space Mono", Monaco, monospace !important;
}
header {
background-image: url("../images/ronce/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;
}