Team:USTC-Software/Project/Examples/css

From 2013.igem.org

(Difference between revisions)
Line 23: Line 23:
-
h3 { font-size: 110%;
+
h3 { font-size: 110%;}
-
    font-weight:500; }
+

Revision as of 08:58, 26 October 2013

  1. example {
    width:1000px; 
    margin:0 auto; 
    padding:30px; 
    margin-top:100px;
    font:18px Arial, Helvetica, sans-serif;

}

a#content {

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

}

a#content:hover {

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

}


  1. examplesbutton { color:#aaed51;}


h3 { font-size: 110%;}