Difference between revisions of "Team:Stony Brook"

Line 12: Line 12:
 
}
 
}
 
#wrapper {
 
#wrapper {
         background-image:url('/images/mybackground.jpg');
+
         background-image:url("https://static.igem.org/mediawiki/2016/3/38/--File-Stony_Brook--Stony_Brook_Header_.jpeg");
 
         background-repeat:no-repeat;
 
         background-repeat:no-repeat;
 
         background-attachment:fixed;
 
         background-attachment:fixed;
 
         background-position:top;
 
         background-position:top;
 
background: #fff;
 
background: #fff;
margin-top: 20px;
 
padding: 0 20px;
 
 
}
 
}
  
 
</style>
 
</style>

Revision as of 18:16, 17 August 2016

<img src = "--File-Stony_Brook--Stony_Brook_Header_.jpeg" style = "width:100%">

<style>

  1. wrapper {

margin: 0 auto; width: 940px; }

  1. wrapper {
       background-image:url("--File-Stony_Brook--Stony_Brook_Header_.jpeg");
       background-repeat:no-repeat;
       background-attachment:fixed;
       background-position:top;

background: #fff; }

</style>