Difference between revisions of "Team:Stony Brook"

m (testing out background attempt, will probably be changed at some point)
(modifying title)
Line 21: Line 21:
  
 
   #title {
 
   #title {
     position: absolute;
+
     position: relative;
     top: 50%;
+
     top: 100px;
    left: 50%;
+
     background: transparent;
    transform: translate(-50%, -50%);
+
     background: white;
+
 
     opacity: 0.8;
 
     opacity: 0.8;
 
     box-sizing: border-box;
 
     box-sizing: border-box;
     border: 4px solid black;
+
     border: 0px solid black;
 
     border-radius: 10px;
 
     border-radius: 10px;
 
     padding-left: 15px;
 
     padding-left: 15px;
 
     padding-right: 15px;
 
     padding-right: 15px;
 +
    margin-left: auto;
 +
    margin-right: auto;
 
   }
 
   }
  
 
   #title h2 {
 
   #title h2 {
 
     color: #E60000;
 
     color: #E60000;
     font-size: 48px;
+
     font-size: 72px;
 
     opacity: 1;
 
     opacity: 1;
 
     line-height: 100%;
 
     line-height: 100%;

Revision as of 15:34, 6 August 2015

Stony Brook iGEM 2015