diff --git a/Veltron-MC/index.html b/Veltron-MC/index.html index ac78cab..f5536dc 100644 --- a/Veltron-MC/index.html +++ b/Veltron-MC/index.html @@ -83,8 +83,9 @@
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.
- - Join us today! +
diff --git a/css/Veltron-MC.css b/css/Veltron-MC.css
index 61792a0..c1ad4e7 100644
--- a/css/Veltron-MC.css
+++ b/css/Veltron-MC.css
@@ -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;
+}