Fix missing changements

This commit is contained in:
Florian RICHER 2023-03-08 20:33:05 +01:00
parent 2dd9558f74
commit 6c6521ef32
79 changed files with 1287 additions and 65765 deletions

35
index.scss Normal file
View file

@ -0,0 +1,35 @@
html,
body {
height: 100%;
margin: 0;
}
body {
align-items: center;
display: flex;
justify-content: center;
background: linear-gradient(to bottom right, #444444, #009a5b);
font-size: 1.5rem;
}
main {
color: #fff6d5;
font-family: sans-serif;
text-align: center;
}
.logo {
height: 20em;
}
.heart:after {
content: "❤️";
font-size: 1.75em;
}
h1 + .subtitle {
display: block;
margin-top: -1em;
}