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
a4fc7994ed
commit
bc49f4db79
2 changed files with 16 additions and 15 deletions
|
@ -65,32 +65,32 @@ a:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#intro {
|
#bg {
|
||||||
display: table;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
color: #fff;
|
|
||||||
background: #000 url(/img/bg.svg) repeat bottom center scroll;
|
background: #000 url(/img/bg.svg) repeat bottom center scroll;
|
||||||
-webkit-background-size: cover;
|
-webkit-background-size: cover;
|
||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
-webkit-filter: blur(5px);
|
-webkit-filter: blur(13px);
|
||||||
-moz-filter: blur(5px);
|
-moz-filter: blur(13px);
|
||||||
-o-filter: blur(5px);
|
-o-filter: blur(13px);
|
||||||
-ms-filter: blur(5px);
|
-ms-filter: blur(13px);
|
||||||
filter: blur(5px);
|
filter: blur(13px);
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#intro {
|
||||||
|
display: table;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#intro-body {
|
#intro-body {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
-webkit-filter: blur(0px)!important;
|
|
||||||
-moz-filter: blur(0px)!important;
|
|
||||||
-o-filter: blur(0px)!important;
|
|
||||||
-ms-filter: blur(0px)!important;
|
|
||||||
filter: blur(0px)!important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
<a href="#about" id="btn-circle">▼</a>
|
<a href="#about" id="btn-circle">▼</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="bg"></div>
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<div id="about-body">
|
<div id="about-body">
|
||||||
<h2>About Minecraft.ga</h2>
|
<h2>About Minecraft.ga</h2>
|
||||||
|
|
Loading…
Reference in a new issue