From fa7e3e4afacaf160d1de370e001acbe0d554a865 Mon Sep 17 00:00:00 2001 From: UltraQbik Date: Tue, 20 Aug 2024 00:06:46 +0300 Subject: Style changes and word changes --- css/styles.css | 11 +++++++++++ index.html | 14 ++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index 887a8c7..b41e2ff 100644 --- a/css/styles.css +++ b/css/styles.css @@ -4,6 +4,10 @@ background: transparent; } +p { + padding-top: 4px; +} + body { font-family: Arial, Helvetica, sans-serif; color: white; @@ -44,3 +48,10 @@ footer { width: 100%; font-size: 30px; } + +#git-butt { + background: lawngreen; + padding: 5px; + width: 80%; + font-size: 80px; +} diff --git a/index.html b/index.html index 54c2684..d860e13 100644 --- a/index.html +++ b/index.html @@ -19,15 +19,25 @@

What is it running?

-

> This server is run by my shitty python code

+

> This server is run by the shitty python code I wrote

> Server does not use flask or any other similar python web frameworks

> It primarily uses standard python libraries, with 2 libraries being an exception

> aiofiles - for asynchronous file I/O

> htmlmin - for making html page slightly smaller (along with gzip)

+
+

Where can I see the shitty python code you wrote?

+

> You can check the shitty python code I wrote at my github

+

> here's comically large button to help you navigate to there

+

+ +

+

Useless button section?

- +

+ +