Update index.html

This commit is contained in:
Preston 2024-01-03 20:10:18 -08:00 committed by GitHub
parent b0592d4ce3
commit e9fa5bf6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
</style>
</head>
<body>
<h1>Welcome to EaglerCraftX</h1>
<h2>Pick a Client:</h2>
<div class="column-1-8">
<a href="main.html"><button>Main Client</button></a>
<div class="splitter"></div>