Initial Commit

This commit is contained in:
mathias 2014-11-11 21:19:06 +02:00
parent db45736d4f
commit 8a959331df
2 changed files with 7 additions and 12 deletions

View file

@ -45,7 +45,7 @@ h6 {
p {
margin: 0 0 25px;
font-size: 14px;
font-size: 18px;
line-height: 1.5;
}
@ -287,3 +287,8 @@ input[type="text"]:focus {
color: #000;
background-color: #488c1d;
}
#ipbox {
border: 1px solid #488c1d;
color: #000;
background-color: #488c1d;
}

View file

@ -33,17 +33,7 @@
<p>
The world on Minecraft.ga resets automatically once every week, simply to provide you a fresh and lag-free experience. You can save your buildings and continue working on them after the world has reset; more info concerning this will be given once you join the server.
</p>
<input type="text" value="minecraft.ga" size="20">
</div>
</div>
</div>
</section>
<section id="ip" class="text-center">
<div class="ip-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Server IP</h2>
<p>Join the server at: minecraft.ga</p>
<div id="ipbox">IP</div><input type="text" value="minecraft.ga" size="20">
</div>
</div>
</div>