Difference between revisions of "Team:Dartmouth/DiGEM CSS"

Line 1: Line 1:
 
<!-- Set up background -->
 
<!-- Set up background -->
<style type="text/css">
 
 
body {
 
body {
 
   background-size: 300px 300px;
 
   background-size: 300px 300px;
 
   background-image:url("https://static.igem.org/mediawiki/2017/f/ff/Dartmouth_iGEM_Keg_Logo.png");background-repeat:repeat;  
 
   background-image:url("https://static.igem.org/mediawiki/2017/f/ff/Dartmouth_iGEM_Keg_Logo.png");background-repeat:repeat;  
 
}
 
}
 
</style>
 

Revision as of 00:19, 29 July 2017

body {

  background-size: 300px 300px;
  background-image:url("Dartmouth_iGEM_Keg_Logo.png");background-repeat:repeat; 

}