Add Sponsor Carousel

This commit is contained in:
Nick Eyre
2014-08-24 14:05:48 -07:00
parent 4d9be0ab9e
commit dcb35cf96d
5 changed files with 298 additions and 5 deletions

View File

@@ -291,22 +291,32 @@ html {
background-color: #fff;
text-align: center;
}
#sponsor h1 {
#sponsor .carousel-inner, #sponsor .item {
height: 100%;
}
#sponsor h1, #sponsor h2 {
font-family: "FuturaLTBold";
margin: 0;
}
#sponsor h1 {
font-size: 60px;
background-color: #444;
color: #fff;
margin: 0;
padding: 0.25em;
position: absolute;
left: 0;
bottom: 0;
right: 0;
}
#sponsor h2 {
font-size: 7em;
padding-top: 150px;
}
#sponsor img {
max-width: 800px;
height: 400px;
margin-top: 50px;
display: inline-block;
}
#allianceSelectionCentering {
position: absolute;