Compare commits

..

No commits in common. "0a14f93255e8e8c67a9732c456e4ae22eef982b5" and "be0c8db2bbaf9eeb2c9067c6ced893c7542d67b1" have entirely different histories.

2 changed files with 10 additions and 45 deletions

View File

@ -5,18 +5,6 @@
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<link href="/styles/index.css" rel="stylesheet"> <link href="/styles/index.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<style>
body{
display: flex;
flex-direction: column;
}
p h3 h2 h1 {
color:black;
}
li {
color:black;
}
</style>
</head> </head>
<body> <body>
<div id="navbarContainer"> <div id="navbarContainer">
@ -37,28 +25,12 @@
<div id="centerThing"> <div id="centerThing">
<div id="aboutText"> <div id="aboutText">
<p id="aboutP"> <p id="aboutP">
<h1>About CactusSMP</h1> CactusSMP is a Minecraft/Eaglercraft servr specializing in qiowjioqwe this server doesnt even exist what am i suposed to say
<h2>Welcome to CactusSMP!</h2>
<p>CactusSMP is a Minecraft server that brings together players from all over the world to create a fun, exciting, and engaging experience. Whether you're a builder, adventurer, or just looking to hang out with friends, CactusSMP is the place for you!</p>
<h3>Our Mission</h3>
<p>Our goal is to provide a community where players can enjoy Minecraft in a friendly and safe environment. We host events, challenges, and game modes that are designed to be enjoyable for players of all skill levels.</p>
<h3>What We Offer</h3>
<ul>
<li>Survival Multiplayer with a custom experience</li>
<li>Regular events and challenges</li>
<li>Friendly community and active staff</li>
<li>Custom plugins and features</li>
</ul>
<h3>Join Us!</h3>
<p>If you're ready to dive into the action, head to our <a href="/play">pl</p>
</p> </p>
</div> </div>
</div> </div>
</body>
<div id="footer"> <div id="footer">
<p id="footerText">© CactusSMP Admins</p> <p id="footerText">© CactusSMP Admins</p>
<div> <div>
</body>
</html> </html>

View File

@ -8,7 +8,6 @@
align-items: center; align-items: center;
width:96%; width:96%;
height:100%; height:100%;
z-index: 11111;
} }
#navbarContainer{ #navbarContainer{
display: flex; display: flex;
@ -35,12 +34,11 @@
#footer{ #footer{
background-color:grey; background-color:grey;
display:flex; display:flex;
position:fixed; position:absolute;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width:100%; width:100%;
height: 10%; height: 10%;
bottom:0%;
} }
body{ body{
margin:0; margin:0;
@ -48,15 +46,11 @@ body{
/* this ones jut some temporary shit i whipped up on a css gradient maker */ /* this ones jut some temporary shit i whipped up on a css gradient maker */
background: rgb(34,246,231); background: rgb(34,246,231);
background: linear-gradient(42deg, rgba(34,246,231,1) 0%, rgba(10,218,57,1) 46%, rgba(16,125,37,1) 100%); background: linear-gradient(42deg, rgba(34,246,231,1) 0%, rgba(10,218,57,1) 46%, rgba(16,125,37,1) 100%);
height:100%
} }
p { p {
color: white; color: white;
font-family: "Raleway", "Arial", sans-serif; font-family: "Raleway", "Arial", sans-serif;
} }
li h3 h2 h1{
font-family: "Raleway", "Arial", sans-serif;
}
#footerText { #footerText {
color:black; color:black;
font-size: 10px; font-size: 10px;
@ -100,8 +94,9 @@ input{
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: fit-content; height: 70%;
width:90%; width:90%;
z-index: 2;
padding: 20px; padding: 20px;
} }
#aboutP{ #aboutP{
@ -114,6 +109,4 @@ input{
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 70%; height: 70%;
margin-top: 2%;
margin-bottom: 2%;
} }