background

This commit is contained in:
blackbeard420 2025-02-12 20:42:14 -05:00
parent c2044b949c
commit b88130900d
2 changed files with 5 additions and 0 deletions

BIN
blooddrip.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 MiB

View File

@ -8,6 +8,11 @@ body {
color: red; color: red;
font-family: "hermit-bold"; font-family: "hermit-bold";
text-align: center; text-align: center;
background-image: url("./blooddrip.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 75%;
background-position: 150% 0%;
} }
nav { nav {