mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Update index.html
This commit is contained in:
parent
bd6230f523
commit
14c08bc916
1 changed files with 11 additions and 5 deletions
16
index.html
16
index.html
|
@ -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">▼</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue