Difference between revisions of "Template:NAWI Graz:footer"

Line 1: Line 1:
<html>
+
 
 
<style>
 
<style>
 
/*  FOOTER */
 
/*  FOOTER */
Line 24: Line 24:
 
     width: 100%;
 
     width: 100%;
 
}
 
}
</style>
+
 
 
footer {
 
footer {
 
     position: absolute;
 
     position: absolute;
Line 35: Line 35:
 
}
 
}
 
</style>
 
</style>
 +
<html>
 
<footer class="footer">
 
<footer class="footer">
 
     <div class="row">
 
     <div class="row">

Revision as of 17:22, 31 October 2017

<style> /* FOOTER */ .sponsors {

   max-width: 6em;
   max-height: 4em;
   background: white;

}

.socials {

   text-align: right;
   max-width: 4em;
   max-height: 4em;

}

.footer-left {

   text-align: left;
   width: 100%;
   padding: 1em;

}

.footer-right {

    text-align: right;
    width: 100%;

}

footer {

   position: absolute;
   right: 0;
   bottom: 0;
   left: 0;
   padding: 1rem;
   background-color: #efefef;
   text-align: center;

} </style>