Team:USTC-Software/Project/Examples/css

From 2013.igem.org

(Difference between revisions)
(Created page with "#example { background: url(USTC_Software_Bg.jpg) repeat; width:1000px; margin:0 auto; padding:30px; margin-top:10px; font:18px Arial, Helvetica, sans-serif; } #cont...")
Line 1: Line 1:
#example {
#example {
-
    background: url(USTC_Software_Bg.jpg) repeat;  
+
    background: url(https://static.igem.org/mediawiki/2013/b/b0/USTC_Software_Bg.jpg) repeat;
-
width:1000px;  
+
    width:1000px;  
-
margin:0 auto;  
+
    margin:0 auto;  
-
padding:30px;  
+
    padding:30px;  
-
margin-top:10px;
+
    margin-top:100px;
-
font:18px Arial, Helvetica, sans-serif;
+
    font:18px Arial, Helvetica, sans-serif;
}
}

Revision as of 11:18, 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;

}

  1. content {

text-decoration:none; }