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

Line 26: Line 26:
  
 
footer {
 
footer {
  position: absolute;
+
    clear: both;
  right: 0;
+
    position: relative;
  bottom: 0;
+
    z-index: 10;
  left: 0;
+
    height: 3em;
  padding: 1rem;
+
    margin-top: -3em;
 
}
 
}
  
html{
 
  box-sizing: border-box;
 
  height:100%;
 
}
 
 
body {
 
  position: relative;
 
  margin: 0;
 
  padding-bottom: 6rem;
 
  min-height: 100%;
 
}
 
 
*,
 
*:before,
 
*:after {
 
  box-sizing: inherit;
 
}
 
  
 
</style>
 
</style>

Revision as of 17:15, 1 November 2017