Notebook

From 2014hs.igem.org

(Difference between revisions)
(Created page with "<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Horizontal Navigation Bar w/Rollover Effect</title> <style type="text/css"> <!-- #navbar ul { margin: 0; ...")
(Blanked the page)
 
(4 intermediate revisions not shown)
Line 1: Line 1:
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
 
-
<head>
+
-
<title>Horizontal Navigation Bar w/Rollover Effect</title>
+
-
<style type="text/css">
+
-
<!--
+
-
#navbar ul {
+
-
      margin: 0;
+
-
      padding: 5px;
+
-
      list-style-type: none;
+
-
      text-align: center;
+
-
      background-color: #000;
+
-
      }
+
-
#navbar ul li {
+
-
      display: inline;
+
-
      }
+
-
#navbar ul li a {
+
-
      text-decoration: none;
+
-
      padding: .2em 1em;
+
-
      color: #fff;
+
-
      background-color: #000;
+
-
      }
+
-
#navbar ul li a:hover {
+
-
      color: #000;
+
-
      background-color: #fff;
+
-
      }
+
-
-->
+
-
</style>
+
-
</head>
+
-
<body>
+
-
<div id="navbar">
+
-
<ul>
+
-
      <li><a href="https://2014hs.igem.org/Team:Montgomery_Cougars_NJUSA#Team">Team</a></li>
+
-
      <li><a href="https://2014hs.igem.org/Team:Montgomery_Cougars_NJUSA/Project">Project</a></li>
+
-
      <li><a href="https://2014hs.igem.org/Team:Montgomery_Cougars_NJUSA/Notebook">Notebook</a></li>
+
-
      <li><a href="https://2014hs.igem.org/Team:Montgomery_Cougars_NJUSA#Safety">Safety</a></li>
+
-
    <li><a href="https://2014hs.igem.org/Team:Montgomery_Cougars_NJUSA#References">References</a></li>
+
-
      <li><a href="https://2014hs.igem.org/Team:Montgomery_Cougars_NJUSA#Attributions">Attributions</a></li>
+
-
      <li><a href="https://2014hs.igem.org/Team:Montgomery_Cougars_NJUSA#Human_Practices">Human Practices</a></li>
+
-
      <li><a href="https://2014hs.igem.org/Team:Montgomery_Cougars_NJUSA#Fun.21">Fun!</a></li>
+
-
</ul>
+
-
</div>
+
-
</body>
+
-
</html>
+

Latest revision as of 14:16, 30 March 2014