guess my number Game was added

This commit is contained in:
sageTheDM 2025-01-04 21:00:39 +01:00
parent 6a9c287b69
commit 08a58b90d2
6 changed files with 348 additions and 8 deletions

View file

@ -10,14 +10,8 @@ body {
color: #b0b0b0;
margin: 0;
line-height: 1.6;
background-image: repeating-linear-gradient(
45deg,
#ffcc00 0%,
#ffcc00 10%,
#0d0d0d 10%,
#0d0d0d 20%
);
background-size: 20px 20px; /* Adjust size for tape appearance */
background-image: url('images/background.jpg');
background-size: cover /* Adjust size for tape appearance */
}
header {