Difference between revisions of "Team:Waterloo/CSS"

Line 1: Line 1:
html, body {
 
  margin: 0 auto;
 
  padding: 0;
 
  padding-top: 44px;
 
  width: 100%;
 
  height: 100%;
 
  background-color: #F0EAD6;
 
  font-family: 'Ubuntu', sans-serif;
 
}
 
 
 
html {
 
html {
 
   position: relative;
 
   position: relative;
 
   min-height: 100%;
 
   min-height: 100%;
 
}
 
}

Revision as of 22:57, 5 October 2016

html {

 position: relative;
 min-height: 100%;

}