Difference between revisions of "Template:UPMC-Paris/Footer"

Line 13: Line 13:
 
}   
 
}   
 
</style>
 
</style>
 
  
 
<div id="footerContainer">
 
<div id="footerContainer">
Line 100: Line 99:
 
}
 
}
 
</style>
 
</style>
 +
</html>
 +
 +
 +
<html>
 +
 +
#footerContainer {
 +
    width:80%;
 +
    max-width: 1020px;
 +
    text-align:center;
 +
    background-color: #C0C0C0;
 +
/*    padding: 10px;*/
 +
    border: 1px solid black;
 +
    border-radius: 4px;
 +
    margin:auto;
 +
/*    display:table-footer-group;*/
 +
}
 +
 +
#socialmedia {
 +
    width:100%;
 +
    margin:auto;
 +
/*    text-align:center;*/
 +
    float:right;
 +
}
 +
 +
.expContainer {
 +
    padding: 4%;
 +
    background: #fff;
 +
    border-radius: 4px;
 +
    float:right;
 +
    clear:right;
 +
    display:table-cell;
 +
    width:72%;
 +
    margin:0 0 1% 0;
 +
}
 +
 
</html>
 
</html>

Revision as of 17:23, 30 September 2016

We would like to thank our sponsors






#footerContainer { width:80%; max-width: 1020px; text-align:center; background-color: #C0C0C0; /* padding: 10px;*/ border: 1px solid black; border-radius: 4px; margin:auto; /* display:table-footer-group;*/ } #socialmedia { width:100%; margin:auto; /* text-align:center;*/ float:right; } .expContainer { padding: 4%; background: #fff; border-radius: 4px; float:right; clear:right; display:table-cell; width:72%; margin:0 0 1% 0; }