From 11d787ef6a6a5a69d951feebf7655319bd6cb60f Mon Sep 17 00:00:00 2001 From: Sequoia Haynes Date: Wed, 30 Oct 2024 21:35:52 -0700 Subject: [PATCH] starting on the redesign (it doesnt look very good rn, will fix later --- css/index.css | 31 ++++++++++++++++++++++++++----- index.html | 12 +++++++++--- 2 files changed, 35 insertions(+), 8 deletions(-) diff --git a/css/index.css b/css/index.css index cabd9a3..420a995 100644 --- a/css/index.css +++ b/css/index.css @@ -1,6 +1,6 @@ body { - font-family: 'Arial', sans-serif; - background-color: #f1f1f1; + font-family: 'Ubuntu', sans-serif; + background-color: #242323; margin: 0; padding: 0; text-align: center; @@ -159,11 +159,31 @@ button:hover { } .footer { margin-top: auto; - background-color: #ddd; - padding: 20px; + background-color: #a6a6a6; + padding-top: 20px; width: 100%; -} + top:80%; + position:fixed; + height:20%; + display:flex; + flex-wrap:wrap; + flex-flow:wrap-reverse; + align-content: space-evenly +} +.footer a { + font-size:12px; + padding: 10px 10px; + cursor: pointer; + border: none; + border-radius: 5px; + margin: 10px auto; + text-decoration: none; + display: inline-block; + max-width: 200px; + background-color:#d9d9d9 !important; + color:#000000 important; +} .recommended { vertical-align: middle; margin-left: 5px; @@ -174,4 +194,5 @@ button:hover { font-family: "Poppins", sans-serif; font-weight: 500; font-style: normal; + color:#ffffff; } diff --git a/index.html b/index.html index 3163b19..e3884dc 100644 --- a/index.html +++ b/index.html @@ -10,13 +10,17 @@ + + + + -

Welcome to EaglerCraftX

+

EAGLERCRAFT X CLIENT COLLECTION

Site views counter:

-
View Counter
+
View Counter

These clients might be outdated.

Have any questions, bug reports or suggestions? Join our Discord server by pressing the button below!

Discord Server @@ -86,7 +90,9 @@