wip: affiche thsf

This commit is contained in:
Michael Costa
2023-03-25 18:15:12 +11:00
parent 6632e21afb
commit d51c0bff0a
10 changed files with 27 additions and 15 deletions

View File

@@ -1,12 +1,21 @@
@font-face {
font-family: pfdintextcomppro;
src: url(../fonts/PFDinTextCompPro-Medium.ttf);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: pfdintextcomppro;
}
body {
background-image: url('../images/extract_data.jpg');
background-size: cover;
background-color: #e6007e;
background-image: url('../images/affiche_v1.png');
background-repeat: no-repeat;
background-size: auto;
background-position-x: center;
overflow: hidden;
}
@@ -35,7 +44,7 @@ li {
width: 100%;
transform: translateY(100vh);
font-size: 6rem;
font-family: sans-serif;
font-family: pfdintextcomppro;
font-weight: bold;
color: #ffffdd;
animation: 5.3333333333s spiral-staircase linear infinite;