mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Cleaning up CSS
This commit is contained in:
parent
bc49f4db79
commit
39ec1a6565
2 changed files with 3 additions and 3 deletions
|
@ -77,7 +77,7 @@ a:focus {
|
|||
-ms-filter: blur(13px);
|
||||
filter: blur(13px);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 10%;
|
||||
}
|
||||
|
||||
#intro {
|
||||
|
@ -140,7 +140,7 @@ h1 {
|
|||
|
||||
#about {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 90%;
|
||||
color: #fff;
|
||||
display: table;
|
||||
background: #000;
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
<a href="#about" id="btn-circle">▼</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bg"></div>
|
||||
<div id="about">
|
||||
<div id="about-body">
|
||||
<h2>About Minecraft.ga</h2>
|
||||
|
@ -24,5 +23,6 @@
|
|||
<span id="ipbox">IP</span><input onClick="this.select();" value="minecraft.ga">
|
||||
</div>
|
||||
</div>
|
||||
<div id="bg"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue