This commit is contained in:
hexlocation 2024-12-06 23:48:59 +01:00
parent 31c6bc4ab3
commit 0086c90ee5
Signed by: hex
GPG key ID: A19EFFAAF8C00FCF
2 changed files with 8 additions and 3 deletions

View file

@ -37,6 +37,12 @@
</html>
<style>
@font-face {
font-family: heartFont;
src: url("rainyhearts.ttf");
}
@keyframes rainbow_anim {
0%,
@ -75,7 +81,6 @@
}
#main-box {
height: 60%;
display: inline-grid;
grid-template-columns: 50vw 20vw;
grid-auto-flow: row;
@ -84,7 +89,7 @@
}
#main-flex {
padding: 40px;
padding: 30px;
border: 3px solid white;
border-radius: 10px;
box-shadow: 0px 0px 20px white;
@ -99,7 +104,7 @@
}
body {
font-family: "rainyhearts";
font-family: heartFont;
font-weight: 800;
font-size: 23px;
background-color: black;

BIN
rainyhearts.ttf Normal file

Binary file not shown.