Difference between revisions of "Template:Team:Bielefeld-CeBiTec/CSS"

m (fix footer to bottom test)
m (fix footer to bottom test)
Line 82: Line 82:
 
footer {
 
footer {
 
     background: #222222;
 
     background: #222222;
     position: absolute;
+
     position: relative;
    left: 0;
+
    bottom: 0;
+
 
     height: 100px;
 
     height: 100px;
 
     width: 100%;
 
     width: 100%;
Line 90: Line 88:
 
     clear: both;
 
     clear: both;
 
     margin-top: -100px; /* negative value of footer height */
 
     margin-top: -100px; /* negative value of footer height */
 +
    padding: 50px;
 +
    height: 100px;
 
}
 
}
  

Revision as of 12:25, 29 May 2017