mirror of
https://github.com/kaboomserver/website.git
synced 2024-11-29 10:46:00 -05:00
Initial Commit
This commit is contained in:
parent
87a625b1bc
commit
35f541d6c8
2 changed files with 7 additions and 3 deletions
|
@ -81,7 +81,6 @@ a:focus {
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 100px 0;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: url(/img/intro-bg.jpg) no-repeat bottom center scroll;
|
background: url(/img/intro-bg.jpg) no-repeat bottom center scroll;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
|
@ -111,7 +110,6 @@ a:focus {
|
||||||
@media(min-width:767px) {
|
@media(min-width:767px) {
|
||||||
.intro {
|
.intro {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 50px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.brand-heading {
|
.brand-heading {
|
||||||
|
|
|
@ -11,7 +11,13 @@
|
||||||
<body>
|
<body>
|
||||||
<section class="intro">
|
<section class="intro">
|
||||||
<div class="intro-body">
|
<div class="intro-body">
|
||||||
|
<h1 class="brand-heading">Minecraft.ga</h1>
|
||||||
|
<p class="intro-text">An OP Minecraft Server</p>
|
||||||
|
<div class="page-scroll">
|
||||||
|
<a href="#about" class="btn btn-circle">
|
||||||
|
<i class="fa fa-angle-double-down"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="about" class="about-section">
|
<section id="about" class="about-section">
|
||||||
|
|
Loading…
Reference in a new issue