Difference between revisions of "Team:Uppsala/TEST"

Line 44: Line 44:
 
                  
 
                  
 
             }
 
             }
 +
 +
  
  
Line 49: Line 51:
 
html, body {
 
html, body {
 
   height: 100%;
 
   height: 100%;
  margin: 0;
 
 
}
 
}
.content {
+
body {
   min-height: 100%;
+
   display: flex;
 +
  flex-direction: column;
 
}
 
}
.content-inside {
+
.content {
   padding: 20px;
+
   flex: 1 0 auto;
  padding-bottom: 50px;
+
 
}
 
}
 
.footer {
 
.footer {
   height: 50px;
+
   flex-shrink: 0;
  margin-top: -50px;
+
 
}
 
}
  

Revision as of 20:57, 3 December 2018





content