wip: affiche thsf
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user