From 4bf7956d81e85e79e33f7c9fb22997cae9878bbc Mon Sep 17 00:00:00 2001 From: Preston Date: Wed, 3 Jan 2024 20:05:45 -0800 Subject: [PATCH] Update index.html --- index.html | 49 ++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 40 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index acfc7a8..e421a34 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,10 @@ margin: 0; padding: 0; text-align: center; + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; } h1 { @@ -22,7 +26,7 @@ color: #555; } - button, .dropdown-btn { + button, .dropdown-btn, .source-btn { background-color: #4caf50; color: white; padding: 10px 20px; @@ -35,7 +39,7 @@ display: inline-block; } - button:hover, .dropdown-btn:hover { + button:hover, .dropdown-btn:hover, .source-btn:hover { background-color: #45a049; } @@ -62,20 +66,47 @@ .dropdown-btn:hover .dropdown-content { display: block; } + + .splitter { + border-right: 1.5px solid #888; /* Adjust color as needed */ + height: 50px; /* Adjust height as needed */ + margin: 0 10px; /* Adjust margin as needed */ + } + + .main-reset-buttons { + display: flex; + flex-direction: row; + align-items: center; + } + + .dropdown-btn-container { + display: flex; + flex-direction: row; + align-items: center; + }

Welcome to EaglerCraftX

Pick a Client:

- - -