Team:USTC-Software/Project/css

From 2013.igem.org

(Difference between revisions)
 
(3 intermediate revisions not shown)
Line 3: Line 3:
     opacity:1;
     opacity:1;
     font-size:18px;
     font-size:18px;
 +
}
 +
 +
 +
.lower {
 +
    top:60% !important;
 +
}
 +
 +
.lower p{
 +
    font-family: Arial, Helvetica, sans-serif;
 +
    font-size:18px;
 +
    color:#aaed51;
}
}

Latest revision as of 14:14, 19 October 2013

  1. projectbutton {
   color:#aaed51 !important;
   opacity:1;
   font-size:18px;

}


.lower {

   top:60% !important;

}

.lower p{

   font-family: Arial, Helvetica, sans-serif;
   font-size:18px;
   color:#aaed51;

}