Update index.html

This commit is contained in:
mathias 2015-02-16 21:50:30 +02:00
parent bd6230f523
commit 14c08bc916

View file

@ -123,6 +123,12 @@ linear-gradient(rgba(62,92,32,.2) 50%, transparent 50%);
text-align: center;
}
#icon {
font-size: 590px;
line-height: 470px;
margin-top: -100px;
}
#logo {
font-size: 35px;
text-transform: uppercase;
@ -264,10 +270,10 @@ line-height:60px;
border:2px solid #fff;
}
#logo{
font-size:100px;
font-size:47px;
}
h1{
font-size:25px;
font-size:18px;
margin-bottom:45px;
}
}
@ -276,9 +282,9 @@ margin-bottom:45px;
<body>
<div id="intro">
<div id="intro-body">
<p id="logo" style="font-size:590px!important;line-height: 470px;margin-top: -100px;"></p>
<p id="logo" style="font-size: 47px!important;">Minecraft.ga</p>
<h1 style="font-size:18px!important;latter-spacing:-1px;">Sandbox OP Server in Minecraft</h1>
<p id="icon"></p>
<p id="logo">Minecraft.ga</p>
<h1>Sandbox OP Server in Minecraft</h1>
<a href="#about" id="circle">&#9660;</a>
</div>
</div>