Skip to content
Sign up Sign in This repository
Explore
Features
Enterprise
Blog
 Star 3  Fork 3 IronSummitMedia/startbootstrap-one-page-wonder
 branch: gh-pages  startbootstrap-one-page-wonder / css / one-page-wonder.css
David Millerdavidtmiller 10 days ago initial commit of base template
1 contributor
178 lines (141 sloc)  2.876 kb RawBlameHistory   
/*!
 * Start Bootstrap - One Page Wonder HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.header-image {
    display: block;
    width: 100%;
    background: url('../img/header-image02.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.headline {
    padding-top:300px;
}

.headline .container-fluid {
    background: #eadcce;
    opacity:0.95;
    width:100%;
    padding:0;
}

.headline h1 {
    font-size: 50px;
    padding-left:10px;
    color:#ff8401;
    text-align:left;
    font-weight:normal;
    margin:2px;

}

.headline h1 a:hover {
text-decoration:underline;
    color:#ff8401;

}

.headline h2 {
    font-size: 30px;
    color:#faf8f8;
      margin:2px;
          font-weight:normal;
      padding-left:50px;
}


@media(max-width:1200px) {
    .headline h1 {
        font-size: 50px;
    }

    .headline h2 {
        font-size: 30px;
    }

}

@media(max-width:991px) {
    .headline h1 {
        font-size: 50px;
    }

    .headline h2 {
        font-size: 30px;
    }


}


@media(max-width:668px) {
    .headline h1 {
        font-size: 50px;
    }

    .headline h2 {
        font-size: 30px;
    }

}

@media(max-width:640px) {

.headline {
    padding-top:0px;
}
    .headline h1 {
        font-size: 32px;
    }

    .headline h2 {
        font-size: 18px;
    }
}


Status API Training Shop Blog About
© 2014 GitHub, Inc. Terms Privacy Security Contact
