Difference between revisions of "Template:UCC Ireland/Footer Style"

 
(22 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
width: 100%;
 
width: 100%;
 
height: 100px;
 
height: 100px;
background-repeat: repeat-y;
+
}
background-image: url("https://static.igem.org/mediawiki/2017/a/a3/T--UCC_Ireland--grass.png");
+
 
 +
.footer_sponsor {
 +
width: 80%;
 +
margin: auto;
 +
position: absolute;
 +
right: 0;
 +
bottom: 0;
 +
left: 0;
 +
padding: 1rem;
 +
background-color: #f7f7f7;
 +
border-top: 2px solid #636363;
 +
}
 +
 
 +
.sponsor {
 +
height: 50px;
 +
width: auto;
 +
padding: 5px 5px;
 
}
 
}

Latest revision as of 13:26, 28 October 2017

.footer { position: fixed; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100px; }

.footer_sponsor { width: 80%; margin: auto; position: absolute; right: 0; bottom: 0; left: 0; padding: 1rem; background-color: #f7f7f7; border-top: 2px solid #636363; }

.sponsor { height: 50px; width: auto; padding: 5px 5px; }