Cleaning up CSS

This commit is contained in:
mathias 2015-02-16 13:34:18 +02:00
parent bc49f4db79
commit 39ec1a6565
2 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@ a:focus {
-ms-filter: blur(13px); -ms-filter: blur(13px);
filter: blur(13px); filter: blur(13px);
width: 100%; width: 100%;
height: 100%; height: 10%;
} }
#intro { #intro {
@ -140,7 +140,7 @@ h1 {
#about { #about {
width: 100%; width: 100%;
height: 100%; height: 90%;
color: #fff; color: #fff;
display: table; display: table;
background: #000; background: #000;

View file

@ -15,7 +15,6 @@
<a href="#about" id="btn-circle"></a> <a href="#about" id="btn-circle"></a>
</div> </div>
</div> </div>
<div id="bg"></div>
<div id="about"> <div id="about">
<div id="about-body"> <div id="about-body">
<h2>About Minecraft.ga</h2> <h2>About Minecraft.ga</h2>
@ -24,5 +23,6 @@
<span id="ipbox">IP</span><input onClick="this.select();" value="minecraft.ga"> <span id="ipbox">IP</span><input onClick="this.select();" value="minecraft.ga">
</div> </div>
</div> </div>
<div id="bg"></div>
</body> </body>
</html> </html>