Team:UCL/wiki

From 2014.igem.org

(Difference between revisions)
Line 4: Line 4:
<style>
<style>
.nyan {
.nyan {
-
height: 100%;
 
-
width: 100%;
 
-
position:absolute;
 
background: url('https://static.igem.org/mediawiki/2014/1/13/NyanDog.gif') repeat;
background: url('https://static.igem.org/mediawiki/2014/1/13/NyanDog.gif') repeat;
 +
background-color:#ccc;
 +
position:fixed;
 +
width:100%;
 +
height:100%;
 +
top:0px;
 +
left:0px;
 +
z-index:1000;
}
}
</style>
</style>
</html>
</html>

Revision as of 21:08, 16 October 2014