diff --git a/index.html b/index.html index 6110ef2..ae2c0b9 100644 --- a/index.html +++ b/index.html @@ -13,8 +13,7 @@ padding: 0; text-align: center; display: flex; - flex-direction: row; - justify-content: space-between; + flex-direction: column; align-items: center; } @@ -96,12 +95,28 @@ flex-direction: column; align-items: center; } + + .source-btn { + background-color: black; + color: white; + padding: 10px 20px; + font-size: 16px; + cursor: pointer; + border: none; + border-radius: 5px; + margin: 10px; + text-decoration: none; + display: inline-block; + } + + .source-btn:hover { + background-color: #333; + }

Welcome to EaglerCraftX

-

Pick a Client:

- +