From 061c4fe53b4f1bd774d0ebd4b8b8c9b80bf5cc5c Mon Sep 17 00:00:00 2001 From: PrestonT500 Date: Thu, 19 Sep 2024 10:20:16 -0700 Subject: [PATCH] Discord widget --- css/index.css | 25 +++++++++++++++--- index.html | 70 +++++++++++++++++++++++++++++---------------------- 2 files changed, 61 insertions(+), 34 deletions(-) diff --git a/css/index.css b/css/index.css index 5a974e2..9c3e882 100644 --- a/css/index.css +++ b/css/index.css @@ -14,13 +14,11 @@ h1 { color: #333; } -h2, -p { +h2, p { color: #555; } -button, -.dropdown-btn { +button, .dropdown-btn { background-color: #4caf50; color: white; padding: 10px 20px; @@ -126,3 +124,22 @@ button:hover { width: 20px; height: 20px; } + +.main-container { + position: relative; + display: flex; + justify-content: center; + align-items: flex-start; +} + +.version-sections { + text-align: center; + width: 100%; +} + +.discord-widget { + position: absolute; + right: 0; + top: 0; + margin-right: 20px; +} diff --git a/index.html b/index.html index 092a7a6..8878cfe 100644 --- a/index.html +++ b/index.html @@ -29,38 +29,48 @@ - -
-

Version 1.8

- - - - - +
+
+ + + + + + + + +
- - - - - - - +