Difference between revisions of "Template:Team:Dartmouth/DiGEM Style"

Line 2: Line 2:
  
 
<html>
 
<html>
 +
<-- Add CSS stylesheets -->
 
<link rel="stylesheet" type="text/css"  
 
<link rel="stylesheet" type="text/css"  
 
href="https://2015.igem.org/Template:YourTeamName/CSS?action=raw&ctype=text/css" />
 
href="https://2015.igem.org/Template:YourTeamName/CSS?action=raw&ctype=text/css" />
  
 +
<-- Add javascripts -->
 
<script type="text/javascript" src="https://2015.igem.org/Template:YourTeamName/Javascript?
 
<script type="text/javascript" src="https://2015.igem.org/Template:YourTeamName/Javascript?
 
action=raw&ctype=text/javascript"></script>
 
action=raw&ctype=text/javascript"></script>
 +
 +
<!-- Set up background -->
 +
<style type="text/css">
 +
body {
 +
  background-size: 300px 300px;
 +
  background-image:url("https://static.igem.org/mediawiki/2017/f/ff/Dartmouth_iGEM_Keg_Logo.png");background-repeat:repeat;
 +
}
 +
 +
</style>
 
</html>
 
</html>

Revision as of 00:10, 29 July 2017


<-- Add CSS stylesheets --> <-- Add javascripts -->