Team:Shenzhen SFLS/normalize.css

From 2014hs.igem.org

(Difference between revisions)
(Created page with "#metadata { display: none; } ul { padding: 0; } li { list-style-type: none; }")
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/2/26/Background.png");
}
}

Revision as of 15:15, 15 June 2014

  1. metadata {
 display: none;

}

ul { padding: 0; }

li { list-style-type: none; }

body { background-color: white; background-image: url("Background.png"); }