Ajout du header, footer et fonts

This commit is contained in:
Merlin Gélinas
2022-06-07 18:51:25 -04:00
parent 6b40d62e49
commit b245daed64
5 changed files with 35 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
@font-face {
font-family: JetBrains_Mono;
src: url(../Fonts/JetBrainsMono-Regular.woff2) format('woff2');
}
body{
background-color: black;
color: #aaa6a6;
font-family: JetBrains_Mono;
}
header{
background-image: linear-gradient(to right, #2c3e50, #4CAF50);
}
footer{
background-image: linear-gradient(to left, #2c3e50, #4CAF50);
}