Skip to content
Permalink
aba75c4a62
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
67 lines (56 sloc) 1.04 KB
//Authored by Ashley Dumaine
.nav a {
color: #5a5a5a;
font-size: 11px;
font-weight: bold;
padding: 14px 10px;
text-transform: uppercase;
}
.nav li {
display: inline;
}
.jumbotron {
background-image:url('http://icenter.uconn.edu/wp-content/uploads/sites/168/2013/08/Fall101010b065.jpg');
background-position: center top;
height: 700px;
background-repeat: no-repeat;
background-size: cover;
}
.jumbotron .container {
position: relative;
top:100px;
}
.jumbotron h1 {
color: #fff;
font-size: 48px;
font-family: 'Shift', sans-serif;
font-weight: bold;
}
.jumbotron h3 {
font-family: 'Shift', sans-serif;
padding: 15px 15px;
background-color: #000;
opacity:0.7;
width: 600px;
}
.jumbotron p {
background-color: #000;
color: #fff;
line-height: 40px;
font-size: 20px;
font-family: 'Shift', sans-serif;
}
.credits {
text-align: center;
}
.learn-more {
background-color: #f7f7f7;
}
.learn-more h3 {
font-family: 'Shift', sans-serif;
font-size: 18px;
font-weight: bold;
}
.learn-more a {
color: #00b0ff;
}