From 74da8bd0febf1ec042309f95ba7289b51209f456 Mon Sep 17 00:00:00 2001 From: sevithescss <149007003+sevithescss@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:21:43 -0700 Subject: [PATCH 1/6] title changes --- css/index.css | 5 +++++ index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index fb267b1..0290e6d 100644 --- a/css/index.css +++ b/css/index.css @@ -138,4 +138,9 @@ button:hover { margin-left: 5px; width: 20px; height: 20px; +} +.title { + font-family: "Poppins", sans-serif; + font-weight: 500; + font-style: normal; } \ No newline at end of file diff --git a/index.html b/index.html index 6a06a87..e5d59c5 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ -

Welcome to EaglerCraftX

+

Welcome to EaglerCraftX

Site views counter:

View Counter
From 07ee390d5a30bd2e12371a29f922614828adeab5 Mon Sep 17 00:00:00 2001 From: sevithescss <149007003+sevithescss@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:28:25 -0700 Subject: [PATCH 2/6] background changes- add a lil color --- css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 0290e6d..139cd30 100644 --- a/css/index.css +++ b/css/index.css @@ -1,6 +1,7 @@ body { font-family: 'Arial', sans-serif; - background-color: #f4f4f4; + background: rgb(0,197,255); + background: linear-gradient(39deg, rgba(0,197,255,1) 0%, rgba(29,74,253,1) 50%, rgba(0,197,255,1) 100%); margin: 0; padding: 0; text-align: center; From e728dcce5d8bc469203e2a6ee900294232a9beec Mon Sep 17 00:00:00 2001 From: sevithescss <149007003+sevithescss@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:58:50 -0700 Subject: [PATCH 3/6] visibility changes --- css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index 139cd30..698e20d 100644 --- a/css/index.css +++ b/css/index.css @@ -12,12 +12,12 @@ body { } h1 { - color: #333; + color: #000000; } h2, p { - color: #555; + color: #000000; } button { From e5a1765edba66f29949b1510b821b4edf5d26bcc Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 20 Sep 2024 15:01:28 -0700 Subject: [PATCH 4/6] Most people want to keep it simple, removed background color --- css/index.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/index.css b/css/index.css index 698e20d..0b8665f 100644 --- a/css/index.css +++ b/css/index.css @@ -1,7 +1,6 @@ body { font-family: 'Arial', sans-serif; - background: rgb(0,197,255); - background: linear-gradient(39deg, rgba(0,197,255,1) 0%, rgba(29,74,253,1) 50%, rgba(0,197,255,1) 100%); + background-color: #f4f4f4; margin: 0; padding: 0; text-align: center; @@ -144,4 +143,4 @@ button:hover { font-family: "Poppins", sans-serif; font-weight: 500; font-style: normal; -} \ No newline at end of file +} From 8b90538585f91d03005b49c6122cc4d2210e902c Mon Sep 17 00:00:00 2001 From: sevithescss <149007003+sevithescss@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:02:10 -0700 Subject: [PATCH 5/6] visibility v2 --- css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index 0b8665f..a9f33c0 100644 --- a/css/index.css +++ b/css/index.css @@ -112,7 +112,7 @@ button:hover { } .pick-client { - color: #555; + color: #000000; } .line { @@ -123,7 +123,7 @@ button:hover { .version-text { margin: 10px 0; - color: #555; + color: #000000; } .footer { From 6b175a76e53d6c893de07f23294a10f9f2765dca Mon Sep 17 00:00:00 2001 From: sevithescss <149007003+sevithescss@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:06:00 -0700 Subject: [PATCH 6/6] background --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index a9f33c0..36c4a8b 100644 --- a/css/index.css +++ b/css/index.css @@ -1,6 +1,6 @@ body { font-family: 'Arial', sans-serif; - background-color: #f4f4f4; + background-color: #f1f1f1; margin: 0; padding: 0; text-align: center;