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

Line 52: Line 52:
 
</div>
 
</div>
 
</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;
 +
}

Revision as of 17:17, 30 September 2016

We would like to thank our sponsors






  1. 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;*/ }

  1. 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;

}