This commit is contained in:
2026-03-23 20:16:34 +01:00
commit 73ed1eedca
4 changed files with 29 additions and 0 deletions

14
index.css Normal file
View File

@@ -0,0 +1,14 @@
@font-face {
font-family: myFont; /* set name */
src: url(AlexBrush-Regular.ttf); /* url of the font */
}
body {
background-color: #FFBDD6;
}
.katzenhasser22 {
font-family: myFont;
text-align: center;
color: white;
}