app.css

  • Unknown's avatar

    body {
    background: #fafafa;
    color: #125688;
    font-family: Montserrat
    }
    #main-container {
    margin: 30px auto;
    }

    .aeropuertos {
    max-width: 100%;
    border-radius: 10px;
    }

    .site-footer{
    text-transform: uppercase;
    font-size: 12px;
    }

    .login-box,
    .signup-box {
    background-color: white;
    border: 1px solid #edeeee;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    }

    .signup-box .aviatorfriend{
    font-family: Neucha;
    font-size: 42px;
    }

    .signup-form {
    width: 65%;
    margin: 0 auto;
    }

    .signup-form h2 {
    color: #a5a7aa;
    font-size: 1.2em;
    }

    .signup-form .btn.btn-fb {
    background-color: #4090db;
    font-size: .7em;
    }

    .signup-form .btn.btn-fb:hover {
    background-color: #2d6599;
    }

    .signup-form .btn.btn-signup {
    background-color: #125688

    }

    The blog I need help with is: (visible only to logged in users)

  • The topic ‘app.css’ is closed to new replies.