Team:USTC-Software/Project/Examples/css

From 2013.igem.org

(Difference between revisions)
Line 8: Line 8:
}
}
-
#content {
+
a#content {text-decoration:none;}
-
text-decoration:none;
+
-
}
+

Revision as of 11:20, 24 September 2013

  1. example {
    background: url(USTC_Software_Bg.jpg) repeat;
    width:1000px; 
    margin:0 auto; 
    padding:30px; 
    margin-top:100px;
    font:18px Arial, Helvetica, sans-serif;

}

a#content {text-decoration:none;}