Difference between revisions of "Team:Waterloo/CSS"

Line 1: Line 1:
h1 {
+
html, body {
font-size: 8px;
+
  margin: 0 auto;
text-align: center;
+
  padding: 0;
 +
  padding-top: 44px;
 +
  width: 100%;
 +
  height: 100%;
 +
  background-color: #F0EAD6;
 +
  font-family: 'Ubuntu', sans-serif;
 
}
 
}
  
.smallText {
+
html {
font-size: 8px;
+
  position: relative;
text-align: center;
+
  min-height: 100%;
 
}
 
}

Revision as of 22:57, 5 October 2016

html, body {

 margin: 0 auto;
 padding: 0;
 padding-top: 44px;
 width: 100%;
 height: 100%;
 background-color: #F0EAD6;
 font-family: 'Ubuntu', sans-serif;

}

html {

 position: relative;
 min-height: 100%;

}