From 195e214e5a131c6b1bf0e08c75da9a94ff5c99ea Mon Sep 17 00:00:00 2001 From: Adam Sramek Date: Sun, 21 Apr 2024 14:36:28 +0200 Subject: [PATCH] update --- Global/Global.css | 2 +- styly/Hry.css | 3 +++ styly/Login.css | 3 +++ styly/Signup.css | 3 +++ styly/index.css | 3 +++ 5 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 styly/Hry.css create mode 100644 styly/Login.css create mode 100644 styly/Signup.css create mode 100644 styly/index.css 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); +}