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
61 lines (53 sloc) 1.06 KB
//Authored by Ashley Dumaine
.nav a {
color: #5a5a5a;
font-size: 11px;
font-weight: bold;
padding: 14px 10px;
text-transform: uppercase;
}
.background {
background-image:url('http://www.trbimg.com/img-541b336f/turbine/hc-uconn-economic-impact-0918-20140917');
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
height: 700px;
}
.nav li {
display: inline;
}
.jumbotron {
/*background-image:url('http://hotel-kvartal.ru/wp-content/uploads/2014/05/gostinitsa_city.jpg');*/
background-color: #000066;
background-position: center top;
height: 100px;
background-repeat: no-repeat;
background-size: cover;
}
.jumbotron .container {
position: relative;
top:0px;
}
.jumbotron h1 {
color: #fff;
font-size: 48px;
font-family: 'Shift', sans-serif;
font-weight: bold;
}
.credits {
text-align: center;
position: absolute;
left: 0;
bottom: 0;
height: 100px;
width: 100%;
}
.jumbotron p {
font-size: 20px;
color: #fff;
line-height: 80px;
}
.row {
position: relative;
top:100px;
}