Difference between revisions of "Team:UCSC/CSS-2"

Line 66: Line 66:
 
}
 
}
  
 +
li {
 +
  list-style:none;
 +
}
 +
 +
li:before {
 +
  content: '';
 +
  display: inline-block;
 +
  height: 3em;
 +
  width: 3em;
 +
  background-image: url(https://static.igem.org/mediawiki/2018/b/bf/T--UCSC--PoPPY-Flower.png);
 +
  background-size: contain;
 +
  background-repeat: no-repeat;
 +
  vertical-align: middle;
 +
}
  
 
/*-----NAV BAR THEME-----*/
 
/*-----NAV BAR THEME-----*/

Revision as of 18:04, 19 September 2018