mirror of
https://github.com/kaboomserver/website.git
synced 2024-11-29 02:35:48 -05:00
Editing index.html
This commit is contained in:
parent
ead62159fe
commit
a2e8b8af42
1 changed files with 8 additions and 3 deletions
11
index.html
11
index.html
|
@ -180,7 +180,7 @@ h1 {
|
|||
border-radius: 50%;
|
||||
-webkit-border-radius: 50%;
|
||||
-moz-border-radius: 50%;
|
||||
font-size: 14px;
|
||||
font-size: 18px;
|
||||
color: #fff;
|
||||
background: none;
|
||||
-webkit-transition: background .3s ease-in-out;
|
||||
|
@ -200,6 +200,11 @@ h1 {
|
|||
background: rgba(255,255,255,.1);
|
||||
}
|
||||
|
||||
#circle span:before {
|
||||
font-family: 'icon';
|
||||
content: '\f103'
|
||||
}
|
||||
|
||||
#about {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
@ -288,7 +293,7 @@ font-size:18px;
|
|||
margin:25px 0 0 0;
|
||||
}
|
||||
#circle{
|
||||
font-size:21px;
|
||||
font-size:25px;
|
||||
width:50px;
|
||||
height:50px;
|
||||
line-height:50px;
|
||||
|
@ -310,7 +315,7 @@ margin-bottom:30px;
|
|||
<p id="icon"></p>
|
||||
<p id="logo">Minecraft.ga</p>
|
||||
<h1>Sandbox OP Server in Minecraft</h1>
|
||||
<a href="#about" id="circle">▼</a>
|
||||
<a href="#about" id="circle"><span></span></a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="about">
|
||||
|
|
Loading…
Reference in a new issue