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; padding: 0;
text-align: center; text-align: center;
display: flex; display: flex;
flex-direction: row; flex-direction: column;
justify-content: space-between;
align-items: center; align-items: center;
} }
@ -96,11 +95,27 @@
flex-direction: column; flex-direction: column;
align-items: center; 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> </style>
</head> </head>
<body> <body>
<h1>Welcome to EaglerCraftX</h1> <h1>Welcome to EaglerCraftX</h1>
<h2>Pick a Client:</h2>
<div class="column-1-8"> <div class="column-1-8">
<a href="main.html"><button>Main Client</button></a> <a href="main.html"><button>Main Client</button></a>