Team:CityU HK/Template

From 2014.igem.org

(Difference between revisions)
Line 6: Line 6:
<style>
<style>
body {
body {
-
       background-color: #FFFFCC;
+
       /*background-color: #FFFFCC;*/
background-size:contain;
background-size:contain;
background-repeat: no-repeat;
background-repeat: no-repeat;
Line 13: Line 13:
         background-size: cover
         background-size: cover
  }
  }
 +
 +
#footer {
 +
background: rgba(0,0,0,0.8);
 +
background-size:cover;
 +
height: 200px;
 +
        width: 100%;
 +
clear: both;
 +
bottom: 0;
 +
        margin: 0;
 +
        padding: 20px 20px 0px 20px;
 +
        border-top: solid 1px #e0e0e0;
 +
        position: relative;
 +
}
 +
 +
#footer h4 {
 +
color: #fff;
 +
}
 +
 +
#footer p {
 +
color: #fff;
 +
text-align: center;
 +
}
 +
 +
#footer a {
 +
color: #fff;
 +
text-decoration: none;
 +
}
 +
 +
#footer a:hover {
 +
color: #3cc;
 +
}
 +
 +
#footer img {
 +
margin-left: 40px;
 +
margin-top: 30px;
 +
margin-bottom: 10px;
 +
}
 +
</style>
</style>

Revision as of 15:44, 20 September 2014

Bootstrap 101 Template