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

m (fix footer to bottom test)
m (fix footer to bottom test)
Line 69: Line 69:
  
 
/* FOOTER */
 
/* FOOTER */
 
footer {
 
    background: #222222;
 
    position: relative;
 
    height: 100px;
 
    width: 100%;
 
    overflow:hidden;
 
    clear: both;
 
    margin-top: -100px; /* negative value of footer height */
 
    padding: 50px;
 
    height: 100px;
 
}
 
  
 
section#footer {
 
section#footer {
 
   position: relative;
 
   position: relative;
   margin-top: -100px; /* negative value of footer height */
+
   margin-top: -100px;
 
   clear: both;
 
   clear: both;
 
   padding: 50px;
 
   padding: 50px;

Revision as of 12:30, 29 May 2017