Team:IIT Delhi/Notebook
From 2013.igem.org
(Difference between revisions)
Deepakmehta (Talk | contribs) |
Deepakmehta (Talk | contribs) |
||
Line 21: | Line 21: | ||
.centering { | .centering { | ||
margin: 0 auto; | margin: 0 auto; | ||
- | width: | + | width: 100%;} |
/* Nav Bar */ | /* Nav Bar */ | ||
#wrap { | #wrap { | ||
Line 31: | Line 31: | ||
.navbar { | .navbar { | ||
height: 50px; | height: 50px; | ||
+ | width: 100%; | ||
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
- | position: | + | position: absolute; /* Ensures that the menu doesn’t affect other elements */ |
border-right: 1px solid #333333; } | border-right: 1px solid #333333; } | ||
.navbar li { | .navbar li { | ||
height: auto; | height: auto; | ||
- | width: | + | width: 16.6%; /* Each menu item is 200px wide */ |
float: left; /* This lines up the menu items horizontally */ | float: left; /* This lines up the menu items horizontally */ | ||
text-align: center; /* All text is placed in the center of the box */ | text-align: center; /* All text is placed in the center of the box */ | ||
Line 156: | Line 157: | ||
<div id="wrap"> | <div id="wrap"> | ||
<ul class="navbar"> | <ul class="navbar"> | ||
- | <li><a href="https://2013.igem.org/Team:IIT_Delhi">Home</a></li> | + | <li><a href="https://2013.igem.org/Team:IIT_Delhi" id="home">Home</a></li> |
<li><a href="#" id="Project">Our Project</a> | <li><a href="#" id="Project">Our Project</a> | ||
<ul> | <ul> |
Revision as of 12:02, 26 September 2013
Heading 1 NOTEBOOK |
Feel Free to contact us at igemiitdelhi2013 at gmail dot com if you have queries; requests; suggestions et cetera. Thanks to iGEM and IIT Delhi, we had an awesome summer! |
Our
Project was supported by and done by the students of IIT Delhi, India. |
This
project was done as a part of iGEM: iGEM Main Website |