This commit is contained in:
Adam Sramek 2024-04-21 14:36:28 +02:00
parent 2eb1b798cc
commit 195e214e5a
5 changed files with 13 additions and 1 deletions

@ -8,9 +8,9 @@
body {
height: 100vh;
background-color: #000;
background-image: url(https://w.wallha.com/ws/4/Vlw87L9q.png);
background-size: cover;
background-position: center;
color: #fff;
}
li {

3
styly/Hry.css Normal file

@ -0,0 +1,3 @@
body {
background-image: url(https://w.wallha.com/ws/4/Vlw87L9q.png);
}

3
styly/Login.css Normal file

@ -0,0 +1,3 @@
body {
background-image: url(https://w.wallha.com/ws/4/Vlw87L9q.png);
}

3
styly/Signup.css Normal file

@ -0,0 +1,3 @@
body {
background-image: url(https://w.wallha.com/ws/4/Vlw87L9q.png);
}

3
styly/index.css Normal file

@ -0,0 +1,3 @@
body {
background-image: url(https://w.wallha.com/ws/4/Vlw87L9q.png);
}