Template:CSS/style2

From 2014.igem.org

(Difference between revisions)
Line 40: Line 40:
}
}
-
 
-
@-webkit-keyframes rotate {
 
-
  from {
 
-
    -webkit-transform: rotate(0deg);
 
-
  }
 
-
  to {
 
-
    -webkit-transform: rotate(360deg);
 
-
  }
 
-
}
 
-
.logo2
 
-
{
 
-
    -webkit-animation-name:            rotate;
 
-
    -webkit-animation-duration:        0.5s;
 
-
    -webkit-animation-iteration-count:  infinite;
 
-
    -webkit-transition-timing-function: linear;
 
-
}
 
.logo{
.logo{
-
width:130px;
+
width:65px;
-
height:61px;
+
-
position:absolute;
+
-
top:3px;
+
-
left:10px;
+
-
}
+
-
 
+
-
.logo2{
+
-
width:130px;
+
height:61px;
height:61px;
position:absolute;
position:absolute;

Revision as of 22:14, 15 October 2014