Difference between revisions of "Team:Duesseldorf/Test2"

(Created page with "<html> <head> <style> ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333; } li { float: left; } li a, .drop...")
 
Line 2: Line 2:
  
 
<head>
 
<head>
 +
 +
<link rel="stylesheet" type="text/css"
 +
href="https://2016.igem.org/Template:Duesseldorf/CSS?action=raw&ctype=text/css" />
 +
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximun-scale=1.0, user-scalable=no">
 +
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
 +
<!-- Responsive Nav -->
 +
<script>
 +
function myFunction() {
 +
document.getElementsByClassName("topnav")[0].classList.toggle("responsive");
 +
}
 +
</script>
 +
<!-- Img Swap -->
 +
<script type="text/javascript">
 +
$(document).ready(function() {
 +
$('.sg-container').on('click', function() {
 +
$(this).toggleClass('active');
 +
});
 +
});
 +
</script>
 +
 +
 +
 
<style>
 
<style>
 
ul {
 
ul {

Revision as of 11:16, 27 September 2016