Update index.html

This commit is contained in:
Preston 2024-09-09 21:16:18 -07:00 committed by GitHub
parent f116e31136
commit 40bd559b9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,6 +56,21 @@
max-width: 200px;
}
.link-btn {
background-color: #7CFC00;
color: white;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
border: none;
border-radius: 5px;
margin: 10px auto;
text-decoration: none;
display: inline-block;
max-width: 200px;
}
button:hover,
.dropdown-btn:hover {
background-color: #45a049;
@ -64,6 +79,10 @@
.source-btn:hover {
background-color: #000000;
}
.link-btn:hover {
background-color: #228B22;
}
.dropdown-content {
display: none;
@ -144,6 +163,7 @@
<div class="footer">
<p>I am not affiliated with EaglerCraft, Eagtek, Microsoft, or Mojang. I solely host these sites.</p>
<a href="https://github.com/eaglercraftx1-8/eaglercraftx1-8.github.io" class="source-btn" target="_blank">Github Repository</a>
<a href="https://github.com/eaglercraftx1-8/eaglercraftx1-8.github.io/issues" class="link-btn" target="_blank">Feedback, Questions, Suggestions, etc.</a>
</div>
</body>