Difference between revisions of "Team:Uppsala/TEST"

Line 48: Line 48:
  
  
 
+
html { height: 100%; }
html {
+
  height: 100%;
+
}
+
 
body {
 
body {
  min-height: 100%;
+
    min-height:100%;  
  display: grid;
+
    position:relative;  
  grid-template-rows: 1fr auto;
+
    padding-bottom:[footer-height]
 
}
 
}
.footer {
+
.footer {  
  grid-row-start: 2;
+
    position: absolute;  
  grid-row-end: 3;
+
    left: 0 ; right: 0; bottom: 0;
 +
    height:[footer-height]
 
}
 
}
  

Revision as of 20:58, 3 December 2018





content