Team:USTC-Software/Project/Software/css

From 2013.igem.org

(Difference between revisions)
Line 4: Line 4:
     width:1000px;
     width:1000px;
     height:auto;
     height:auto;
-
/*border:1px #000 solid;*/
 
}
}
Line 33: Line 32:
#code {
#code {
-
    float:left;
+
 
-
    clear:both;
+
}
}
Line 42: Line 40:
}
}
-
a {text-decoration:underline;}
+
 
a:hover {text-decoration:none;}
a:hover {text-decoration:none;}

Revision as of 12:33, 22 September 2013

div.contain {

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

}

  1. title {
    margin-top:100px;

}


  1. Tutorial {
    margin-left:0;
    height:auto;

}


  1. Tutorial .left {
    width:490px;
    height:470px;
    float:left;

}


  1. Tutorial .right {
    width:490px;
    float:right;
    height:400px;
    padding-top:90px;

}

  1. code {

}

  1. download img {
    width:60px;
    height:60px;

}


a:hover {text-decoration:none;}