This commit is contained in:
Sequoia Haynes 2024-12-16 14:40:54 -08:00
parent 0a14f93255
commit a5f1066d2b
2 changed files with 20 additions and 17 deletions

View File

@ -55,10 +55,11 @@
<h3>Join Us!</h3> <h3>Join Us!</h3>
<p>If you're ready to dive into the action, head to our <a href="/play">pl</p> <p>If you're ready to dive into the action, head to our <a href="/play">pl</p>
</p> </p>
</p>
</div> </div>
</div> </div>
</body> </body>
<div id="footer"> <div id="footer">
<p id="footerText">© CactusSMP Admins</p> <p id="footerText">© CactusSMP Admins</p>
<div> </div>
</html> </html>

View File

@ -106,6 +106,8 @@ input{
} }
#aboutP{ #aboutP{
color:black; color:black;
display: flex;
flex-direction: column;
} }
#centerThing{ #centerThing{
width: 100%; width: 100%;