Premier changement avec horacio

This commit is contained in:
Julien Lengrand-Lambert
2021-05-04 16:06:26 +02:00
parent 131d45ed74
commit 4e44f0945a
5 changed files with 11 additions and 3 deletions

View File

@@ -14,6 +14,12 @@
src: url("assets/Snowy_Night.ttf") format("truetype");
}
@font-face {
font-family: "KOMTXTT_";
src: url("assets/KOMTXTT_.ttf") format("truetype");
}
html {
width: 100%;
height: 100%;
@@ -34,18 +40,20 @@
briques-poster {
text-align: center;
font-size : 6rem;
font-family : Snowy_Night;
color: white;
font-family : KOMTXTT_;
color: #f9f9f9;
display: inline-block;
width: 1920px;
height: 1080px;
background-image: url("assets/brick5.jpeg");
background-image: url("assets/briques_horacio3.png");
background-repeat: repeat;
background-size: auto;
/*opacity: 80%;*/
}
main {
background-color: rgba(128, 0, 0, 0.4);
display: flex;
width: 100%;
height:100%;