Team:USTC-Software/Medal/css

From 2013.igem.org

(Difference between revisions)
Line 34: Line 34:
font:18px Arial, Helvetica, sans-serif;
font:18px Arial, Helvetica, sans-serif;
}
}
 +
 +
 +
#medalbutton {
 +
    color:#aaed51 !important;
 +
    opacity:1;
 +
    font-size:18px;
 +
}
 +
 +
 +
p {font-size:20px;}

Revision as of 15:09, 19 October 2013

a#out {

  text-decoration:none;
  color:#36526c;
  transition:1s;
  float:right;

} a#out:hover {

  text-decoration:none;
  color:#6b93af;
  transition:1s;

}

  1. Introduction {

margin:0 auto; margin-top:100px; width:1000px; font:18px Arial, Helvetica, sans-serif; }



  1. Software {

width:1000px; margin:0 auto; font:18px Arial, Helvetica, sans-serif; }


  1. Methodology {

width:1000px;

       margin:0 auto;

font:18px Arial, Helvetica, sans-serif; }


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

}


p {font-size:20px;}