pov: your just a teenage dirt bag baby
This commit is contained in:
parent
968136dfa0
commit
d6a6865a9a
10
about.html
10
about.html
@ -22,10 +22,12 @@
|
|||||||
<script src="/js/copy.js"></script>
|
<script src="/js/copy.js"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="aboutText">
|
<div id="centerThing">
|
||||||
<p>
|
<div id="aboutText">
|
||||||
CactusSMP is a Minecraft/Eaglercraft servr specializing in qiowjioqwe this server doesnt even exist what am i suposed to say
|
<p id="aboutP">
|
||||||
</p>
|
CactusSMP is a Minecraft/Eaglercraft servr specializing in qiowjioqwe this server doesnt even exist what am i suposed to say
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<p id="footerText">© CactusSMP Admins</p>
|
<p id="footerText">© CactusSMP Admins</p>
|
||||||
|
@ -10,7 +10,8 @@
|
|||||||
<div id="navbarContainer">
|
<div id="navbarContainer">
|
||||||
<div id="navbar">
|
<div id="navbar">
|
||||||
<p id="bigtext">CactusSMP</p>
|
<p id="bigtext">CactusSMP</p>
|
||||||
<a>About</a>
|
<a href="/about.html">About</a>
|
||||||
|
<a>Gallery</a>
|
||||||
<a>Play</a>
|
<a>Play</a>
|
||||||
<a id="discord" href="https://discord.gg/2xHAsegC">Discord</a>
|
<a id="discord" href="https://discord.gg/2xHAsegC">Discord</a>
|
||||||
<div id="copyIp">
|
<div id="copyIp">
|
||||||
|
@ -33,7 +33,6 @@
|
|||||||
}
|
}
|
||||||
#footer{
|
#footer{
|
||||||
background-color:grey;
|
background-color:grey;
|
||||||
top: 150%;
|
|
||||||
display:flex;
|
display:flex;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -99,4 +98,13 @@ input{
|
|||||||
width:90%;
|
width:90%;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
}
|
||||||
|
#aboutP{
|
||||||
|
color:black;
|
||||||
|
}
|
||||||
|
#centerThing{
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user