Difference between revisions of "Team:ASIJ Tokyo/bar"

Line 119: Line 119:
 
  background-color: #FEEDB3;
 
  background-color: #FEEDB3;
 
z-index: 2;
 
z-index: 2;
transform: translate(20px, 10px);
+
  animation: shimmy 3s;
 
}
 
}
 +
 +
@keyframes shimmy {
 +
  0% {
 +
    transform: translate(0, 0);   
 +
  }
 +
  100% {
 +
    transform: translate(0 , -50px);
 +
  }
  
 
.tutorial ul li:hover ul li:hover {
 
.tutorial ul li:hover ul li:hover {

Revision as of 10:37, 16 October 2018