Template:Team:UChicago/NavBar

From 2014.igem.org

(Difference between revisions)
m
 
(10 intermediate revisions not shown)
Line 3: Line 3:
<html>
<html>
<style type="text/css">
<style type="text/css">
 +
 +
#bg {
 +
  background-color: #B40404;
 +
}
 +
 +
#fg {
 +
  background-color: #F8EFFB;
 +
  width: 90%;
 +
  margin: auto;
 +
}
#navbar {
#navbar {
Line 50: Line 60:
   width: auto;
   width: auto;
   max-height: 100%;
   max-height: 100%;
 +
}
 +
 +
.firstHeading {
 +
  display: none;
 +
}
 +
 +
.maindiv {
 +
  width: 50%;
 +
  align: center;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  font-family: Georgia, serif;
}
}
</style>
</style>
-
<body>
+
<div id="bg">
 +
<div id="fg">
<div id="navbar">
<div id="navbar">
   <ul>
   <ul>
Line 69: Line 92:
   </ul>
   </ul>
</div>
</div>
-
</body>
+
<!-- </div> -->
</html>
</html>

Latest revision as of 03:35, 18 October 2014