guess my number Game was added
This commit is contained in:
parent
6a9c287b69
commit
08a58b90d2
6 changed files with 348 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue