Difference between revisions of "Team:Uppsala/TEST"

Line 49: Line 49:
  
  
html, body {
+
html {
 
   height: 100%;
 
   height: 100%;
 
}
 
}
 
body {
 
body {
   display: flex;
+
   min-height: 100%;
   flex-direction: column;
+
   display: grid;
}
+
   grid-template-rows: 1fr auto;
.content {
+
   flex: 1 0 auto;
+
 
}
 
}
 
.footer {
 
.footer {
   flex-shrink: 0;
+
   grid-row-start: 2;
 +
  grid-row-end: 3;
 
}
 
}
 
  
  
Line 84: Line 82:
  
  
<div class="content">
+
<body>
    <div class="content-inside">
+
  <div class="content">
      content
+
    content
    </div>
+
 
   </div>
 
   </div>
 +
  <footer class="footer"></footer>
 +
</body>
 
   
 
   
  

Revision as of 20:58, 3 December 2018





content