Difference between revisions of "Team:Lambert GA/Template"

Line 3: Line 3:
  
 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
 
$(document).ready(function(){
 
    $(".dropdown").hover(function(){
 
        $(".dropdown").fadeIn(3000);
 
    });
 
});
 
</script>
 
  
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<meta name="viewport" content="width=device-width, initial-scale=1">

Revision as of 12:42, 23 May 2018