Added Background, text alignment, and color

This commit is contained in:
2025-10-17 17:38:53 -05:00
parent 2a82d94605
commit f953b18dc5

View File

@ -1,3 +1,6 @@
body{ body{
background-color: black; background-image: url("/media/Art/EmptySpace.png");
} background-size: 9%;
color: rgb(57, 214, 253);
text-align: center;
}