Difference between revisions of "Team:Lethbridge"

Line 39: Line 39:
 
         div#top_title {visibility: hidden;}
 
         div#top_title {visibility: hidden;}
  
 +
    #logo-container {
 +
        width: 500;
 +
        height: 400;
 +
        position: relative;
 +
    }
 +
   
 +
    #ulethlogo {
 +
        position: absolute;
 +
        z-index: 999;
 +
    }
 +
   
 +
    #gear {
 +
        z-index: 888;
 +
        padding-top: 80px;
 +
        padding-left: 100px;
 +
    }
 +
   
 +
    #img-gear {
 +
        -webkit-animation: rotation 2s infinite linear;
 +
    }
 +
   
 +
    @-webkit-keyframes rotation {
 +
        from {-webkit-transform: rotate(0deg);}
 +
        to {-webkit-transform: rotate(359deg);}
 +
    }
 +
</style>
  
#gear {-webkit-animation: rotation 2s infinite linear;}
 
@-webkit-keyframes rotation {from {-webkit-transform: rotate(0deg);} to {-webkit-transform: rotate(359deg);}}
 
</style>
 
 
</head>
 
</head>
 
 
<body>
 
<body>
<div style="clear: both"></div>
+
<div style="clear:both"></div>
 
+
   
<center>
+
<div id="logo-container">
<img id="gear" src="https://static.igem.org/mediawiki/2018/7/70/T--Lethbridge--logo_gear_alpha.png" width=300px height=300px />
+
    <div id="ulethlogo"><img src="https://static.igem.org/mediawiki/2018/9/9a/T--Lethbridge--ULethiGEMLogoNoGear.png" width=400px height=400px /></div>
</center>
+
    <div id="gear"><img id="img-gear" src="https://static.igem.org/mediawiki/2018/8/8e/T--Lethbridge--YellowGearAlpha.png" width=300px height=300px /></div>
 
+
</div>
<div style="clear: both"></div>
+
 
+
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 20:18, 15 May 2018