Template:Team:HokkaidoU Japan/Footer/CSS

From 2014.igem.org

(Difference between revisions)
 
(26 intermediate revisions not shown)
Line 4: Line 4:
#footer-wrapper {
#footer-wrapper {
     width:100%;
     width:100%;
-
     height:150px;
+
     height:200px;
-
     background-color: green;
+
     margin-top:150px;
-
     margin-top:200px;
+
     padding: 30px 0 20px;
 +
    background-color:#d92424;
}
}
-
#footer-contents {
+
#footer-content {
     width:960px;
     width:960px;
-
     height:100%;
+
     margin: 0 auto;
 +
}
 +
#footer-logo {
 +
    height:150px;
 +
    float:left;
}
}
-
#footer-twitter {
+
#footer-logo > img {
-
 
+
    height:150px;
 +
}
 +
#footer-twitter  {
 +
  width:128px;
 +
  height:150px;
 +
  float:right;
}
}
 +
 +
#footer-twitter > img {
 +
  width:128px;
 +
  height:150px;
 +
}

Latest revision as of 09:17, 17 October 2014