Difference between revisions of "Team:Stockholm/hugicss"

Line 3: Line 3:
 
   width: 1100px;
 
   width: 1100px;
 
   position: relative;
 
   position: relative;
   padding-top: 100px;
+
   padding-top: 80px;
 
}
 
}
  

Revision as of 23:15, 1 September 2015

.contentbox {

  height: auto;
  width: 1100px;
  position: relative;
  padding-top: 80px;

}

h1 { font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 1.875em; /* 30px/16=1.875em */; text-align: left; }

p { font-family: "Trebuchet MS", Helvetica, sans-serif;

   font-size: 0.875em; /* 14px/16=0.875em */

}