diff --git a/Global/Global.css b/Global/Global.css index 215cac4..03588f4 100644 --- a/Global/Global.css +++ b/Global/Global.css @@ -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 { diff --git a/styly/Hry.css b/styly/Hry.css new file mode 100644 index 0000000..a3bee25 --- /dev/null +++ b/styly/Hry.css @@ -0,0 +1,3 @@ +body { + background-image: url(https://w.wallha.com/ws/4/Vlw87L9q.png); +} \ No newline at end of file diff --git a/styly/Login.css b/styly/Login.css new file mode 100644 index 0000000..a3bee25 --- /dev/null +++ b/styly/Login.css @@ -0,0 +1,3 @@ +body { + background-image: url(https://w.wallha.com/ws/4/Vlw87L9q.png); +} \ No newline at end of file diff --git a/styly/Signup.css b/styly/Signup.css new file mode 100644 index 0000000..a3bee25 --- /dev/null +++ b/styly/Signup.css @@ -0,0 +1,3 @@ +body { + background-image: url(https://w.wallha.com/ws/4/Vlw87L9q.png); +} \ No newline at end of file diff --git a/styly/index.css b/styly/index.css new file mode 100644 index 0000000..758139e --- /dev/null +++ b/styly/index.css @@ -0,0 +1,3 @@ +body { + background-image: url(https://w.wallha.com/ws/4/Vlw87L9q.png); +}