Difference between revisions of "Template:Freiburg/PageTest3"

(Blanked the page)
Line 1: Line 1:
<!DOCTYPE html>
 
<html>
 
<head>
 
  
<link rel="stylesheet" type="text/css"
 
href="https://2017.igem.org/Template:Team:Freiburg/CSS?action=raw&ctype=text/css"/>
 
<script type="text/javascript" src="https://2017.igem.org/Template:Team:Freiburg/JS:bootstrap?action=raw&ctype=text/javascript"></script>
 
 
 
 
<style>
 
ul {
 
    list-style-type: none;
 
    margin: 0;
 
    padding: 0;
 
    width: 200px;
 
    background-color: #f1f1f1;
 
}
 
 
li a {
 
    display: block;
 
    color: #000;
 
    padding: 8px 16px;
 
    text-decoration: none;
 
}
 
 
/* Change the link color on hover */
 
li a:hover {
 
    background-color: #555;
 
    color: white;
 
}
 
</style>
 
</head>
 
<body>
 
 
<h2>Vertical Navigation Bar</h2>
 
 
<ul>
 
  <li><a href="#home">Home</a></li>
 
  <li><a href="#news">News</a></li>
 
  <li><a href="#contact">Contact</a></li>
 
  <li><a href="#about">About</a></li>
 
</ul>
 
 
</body>
 
</html>
 

Revision as of 13:00, 24 September 2017