Difference between revisions of "Template:Team:Dartmouth/DiGEM18 CSS"

Line 1: Line 1:
 
<!-- Set up background -->
 
<!-- Set up background -->
<html>
 
<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>
+
 
 +
<html>
  
 
<font> CSS is... loaded? </font>
 
<font> CSS is... loaded? </font>
 
</html>
 
</html>

Revision as of 00:26, 29 July 2017

body {

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

}

CSS is... loaded?