Difference between revisions of "Team:Mingdao/navbar"

Line 11: Line 11:
 
   animation-name: bottom-appear;
 
   animation-name: bottom-appear;
 
   animation-duration: 0.5s;
 
   animation-duration: 0.5s;
   border-bottom: 5px white solid;
+
   border-bottom: 5px green solid;
 
}
 
}
  
Line 17: Line 17:
 
@-webkit-keyframes bottom-appear {
 
@-webkit-keyframes bottom-appear {
 
   from {border-bottom: 5px transparent solid;}
 
   from {border-bottom: 5px transparent solid;}
   to { border-bottom: 5px white solid;}
+
   to { border-bottom: 5px green solid;}
 
}
 
}
  
Line 23: Line 23:
 
@keyframes bottom-appear {
 
@keyframes bottom-appear {
 
   from {border-bottom: 5px transparent solid;}
 
   from {border-bottom: 5px transparent solid;}
   to { border-bottom: 5px white solid;}
+
   to { border-bottom: 5px green solid;}
 
}
 
}
  

Revision as of 02:47, 21 October 2019