mirror of
https://github.com/les-briques-du-web/briques-poster.git
synced 2026-03-10 08:51:19 +00:00
Premier changement avec horacio
This commit is contained in:
14
index.html
14
index.html
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user