Skip to content

Instantly share code, notes, and snippets.

@ZASMan
Created October 5, 2015 12:25
Show Gist options
  • Save ZASMan/c25e8edfad9a30dc233b to your computer and use it in GitHub Desktop.
Save ZASMan/c25e8edfad9a30dc233b to your computer and use it in GitHub Desktop.
styles.css
/*Rules that Apply to Multiple Sections*/
body {
background-color: #000000;
padding-top: 51px;
position: relative;
}
.main-text {
clear: both;
padding-top: 60px;
}
.intro-line {
text-align: center;
}
/*Navbar*/
.nav {
float: right;
}
/*Home/Carousel*/
.carousel-caption h1 {
color: #ffffff;
font-family: Verdana;
text-align: center;
}
.container-fluid {
padding-left: 0px;
padding-right: 15px;
}
.img-fullwidth {
width: 100%
}
.row {
background-color: #000000;
}
/*About*/
img {
width: 100%
}
.container {
width: 80%;
margin: 0 auto;
}
/*Contact Me*/
#ContactMe {
background-image: url("../img/Optimized-OTCropped.jpg");
background-attachment: fixed;
background-size: cover;
background-position: 50% 50%;
color: white;
padding: 100px;
padding-top: 5px;
height: 600px;
}
/*Contact Form*/
.form-control {
width: 80%;
}
textarea {
color: #000000;
}
/*Learn More*/
.learn-more {
text-align: left;
float: left;
padding-top:75px;
padding-bottom: 5px;
}
.modal-button {
float: right;
padding-top: 75px;
padding-bottom: 15px;
}
#modalembed {
height: 500px;
width: 100%;
padding: 10px;
}
.FAQ-title{
clear: both;
padding-top: 60px;
}
.intro-line {
text-align: center;
}
/*Typography*/
.panel-body {
font-family: Georgia, Garamond, serif;
}
/*Work*/
iframe {
padding-top: 100px;
padding-right: 200px;
padding-bottom: 100px;
padding-left: 200px;
}
#Work {
font-family: Verdana;
font-size: 18px;
text-align: center;
}
/*Footer*/
footer {
background-color: #000000;
color: #ffffff;
text-align: center;
}
/*Typography*/
a {
font-family: Georgia, Garamond, serif;
color: #ffffff;
}
h1 {
font-family: Georgia, Garamond, serif;
color: #ffffff;
}
h2 {
font-family: Georgia, Garamond, serif;
color: #ffffff;
}
h3 {
font-family: Georgia, Garamond, serif;
color: #ffffff;
}
p {
font-family: Georgia, Garamond, serif;
color: #ffffff;
}
li {
font-family: Georgia, Garamond, serif;
color: #ffffff;
}
/*-------- End CSS --------*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment