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

Line 1: Line 1:
<html>
 
 
<!-- Set up background -->
 
<!-- Set up background -->
 
<style type="text/css">
 
<style type="text/css">
Line 7: Line 6:
 
}
 
}
  
</style>
+
</style>
</html>
+

Revision as of 00:18, 29 July 2017

<style type="text/css"> body {

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

}

</style>