Team:Shenzhen SFLS/normalize.css

From 2014hs.igem.org

(Difference between revisions)
Line 9: Line 9:
li {
li {
list-style-type: none;
list-style-type: none;
-
}
 
-
 
-
body {
 
-
background-color: white;
 
-
background-image: url("https://static.igem.org/mediawiki/2014hs/archive/2/26/20140615160243%21Background.png");
 
}
}

Revision as of 01:50, 21 June 2014

  1. metadata {
 display: none;

}

ul { padding: 0; }

li { list-style-type: none; }