Template:Team:HokkaidoU Japan/Footer/CSS

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <style type="text/javascript"> #footer-wrapper { width:100%; height:200px; } #footer-content { width:100% height:00%; background-color:#2b0860; } ...")
 
(35 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<style type="text/javascript">
+
<style type="text/css">
#footer-wrapper {
#footer-wrapper {
     width:100%;
     width:100%;
     height:200px;
     height:200px;
 +
    margin-top:150px;
 +
    padding: 30px 0 20px;
 +
    background-color:#d92424;
}
}
#footer-content {
#footer-content {
-
     width:100%
+
     width:960px;
-
    height:00%;
+
     margin: 0 auto;
-
     background-color:#2b0860;
+
}
}
 +
 +
#footer-logo {
 +
    height:150px;
 +
    float:left;
 +
}
 +
 +
#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