chore: fixes
This commit is contained in:
parent
9bbae8e3be
commit
a877269326
2 changed files with 17 additions and 2 deletions
|
|
@ -83,8 +83,9 @@
|
|||
<h1>Welcome to Veltron-MC!</h1>
|
||||
|
||||
<p>Veltron-MC is a vanilla survival multiplayer (SMP) server designed for modern versions of Minecraft. Currently on an offseason break, the server focuses on refreshing the core survival experience with added challenges and rewarding gameplay. Players can explore a world filled with custom features, unique encounters, and engaging events, all while enjoying a classic SMP environment.</p>
|
||||
|
||||
<b style="Font-family:verdana">Join us today!</b>
|
||||
<button class="join-btn" onclick="openPopup()" style="font-family:'FuturaCyrillicBold';">
|
||||
Join us today ▸
|
||||
</button>
|
||||
</div>
|
||||
<img src="http://www.veltron.net/images/Veltron-MC/2024-07-31_13.16.16.png">
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -254,3 +254,17 @@ h2 {
|
|||
width: 100%;
|
||||
height: auto
|
||||
}
|
||||
|
||||
|
||||
|
||||
.join-btn {
|
||||
width: 135px;
|
||||
height: 35px;
|
||||
border: none;
|
||||
outline: none;
|
||||
color: white;
|
||||
font-size:18px;
|
||||
background-color: #30232a;
|
||||
font-family: 'FuturaCyrillicBold';
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue