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 @@ - -