Skip to content

Instantly share code, notes, and snippets.

@utinajerolps
Created September 24, 2014 16:33
Show Gist options
  • Save utinajerolps/8dfda76f41735413b5a9 to your computer and use it in GitHub Desktop.
Save utinajerolps/8dfda76f41735413b5a9 to your computer and use it in GitHub Desktop.
.nav a {
color: #5a5a5a;
font-size: 11px;
font-weight: bold;
padding-top: 14px;
padding-bottom: 14px;
padding-left: 10px;
padding-right: 10px;
text-transform: uppercase;
}
.jumbotron {
height: 500px;
background-image: url('http://goo.gl/04j7Nn');
}
.jumbotron h1 {
color: #fff;
font-size: 48px;
font-weight: bold;
font-family: 'Shift', sans-serif;
}
.jumbotron p {
color: #fff;
font-size: 20px;
}
.learn-more {
background-color: #f7f7f7;
}
.learn-more h3 {
font-family: 'Shift', sans-serif;
font-size: 18px;
font-weight: bold;
}
.learn-more a {
color: #00b0ff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment