Initial Commit

This commit is contained in:
mathias 2014-11-11 22:13:18 +02:00
parent 87a625b1bc
commit 35f541d6c8
2 changed files with 7 additions and 3 deletions

View file

@ -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 {

View file

@ -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">