Editing index.html

This commit is contained in:
mathias 2015-02-16 23:25:40 +02:00
parent ead62159fe
commit a2e8b8af42

View file

@ -180,7 +180,7 @@ h1 {
border-radius: 50%; border-radius: 50%;
-webkit-border-radius: 50%; -webkit-border-radius: 50%;
-moz-border-radius: 50%; -moz-border-radius: 50%;
font-size: 14px; font-size: 18px;
color: #fff; color: #fff;
background: none; background: none;
-webkit-transition: background .3s ease-in-out; -webkit-transition: background .3s ease-in-out;
@ -200,6 +200,11 @@ h1 {
background: rgba(255,255,255,.1); background: rgba(255,255,255,.1);
} }
#circle span:before {
font-family: 'icon';
content: '\f103'
}
#about { #about {
width: 100%; width: 100%;
height: 100%; height: 100%;
@ -288,7 +293,7 @@ font-size:18px;
margin:25px 0 0 0; margin:25px 0 0 0;
} }
#circle{ #circle{
font-size:21px; font-size:25px;
width:50px; width:50px;
height:50px; height:50px;
line-height:50px; line-height:50px;
@ -310,7 +315,7 @@ margin-bottom:30px;
<p id="icon"></p> <p id="icon"></p>
<p id="logo">Minecraft.ga</p> <p id="logo">Minecraft.ga</p>
<h1>Sandbox OP Server in Minecraft</h1> <h1>Sandbox OP Server in Minecraft</h1>
<a href="#about" id="circle">&#9660;</a> <a href="#about" id="circle"><span></span></a>
</div> </div>
</div> </div>
<div id="about"> <div id="about">