From 60eee2a7aab05d11050eaf5fc483db82900e9cae Mon Sep 17 00:00:00 2001 From: UltraQbik Date: Sat, 24 Aug 2024 20:10:19 +0300 Subject: Update styles --- css/styles.css | 8 +------- www/about.html | 10 ++++++++-- www/index.html | 27 ++++----------------------- www/test.html | 4 ++-- 4 files changed, 15 insertions(+), 34 deletions(-) diff --git a/css/styles.css b/css/styles.css index 970fbe7..f1759af 100644 --- a/css/styles.css +++ b/css/styles.css @@ -30,6 +30,7 @@ button { header { background: #202020; padding: 30px; + height: 5vh; text-align: center; font-size: 30px; } @@ -53,10 +54,3 @@ footer { font-size: 10px; margin-top: auto; } - -#git-butt { - background: lawngreen; - padding: 5px; - width: 80%; - font-size: 80px; -} diff --git a/www/about.html b/www/about.html index 3306fdb..aa0b57e 100644 --- a/www/about.html +++ b/www/about.html @@ -6,7 +6,7 @@
-
+
About The Mighty HTML Page
@@ -41,7 +41,13 @@
  • [EN] Discord server - https://discord.gg/W3DRNP3Wq6
  • [RU] Discord server - https://discord.gg/fYmvvGG28C
  • -

    I've realized I don't have many other ways, I might set up an email server for this domain in the future, but for now that's it

    +

    I've realized I don't have any other ways, I might set up an email server for this domain in the future, but for now that's it

    + +
    +

    Can I see the source code?

    +

    The source code is publicly available on GitHub, through this link

    +

    Feel free to send any website related issue or bugs to GitHub Issues

    +

    If you found a way to improve the site, you could make a pull request, and I will make sure to check it out