Initial Commit

This commit is contained in:
2025-11-20 23:35:55 +00:00
commit 715a8019ec
12 changed files with 599 additions and 0 deletions

11
styles.css Normal file
View File

@@ -0,0 +1,11 @@
.bg-dark-gray {
background-color: #333333; /* Darker Gray */
}
body {
background-color: #000000; /* Black background for body */
}