Team:IIT Delhi/Notebook
From 2013.igem.org
(Difference between revisions)
Deepakmehta (Talk | contribs) |
Deepakmehta (Talk | contribs) |
||
Line 27: | Line 27: | ||
height: 50px; margin: 0; /* Ensures there is no space between sides of the screen and the menu */ | height: 50px; margin: 0; /* Ensures there is no space between sides of the screen and the menu */ | ||
z-index: 99; /* Makes sure that your menu remains on top of other page elements */ | z-index: 99; /* Makes sure that your menu remains on top of other page elements */ | ||
- | position: relative; background-color: # | + | position: relative; background-color: #333333; |
} | } | ||
.navbar { | .navbar { | ||
Line 34: | Line 34: | ||
margin: 0; | margin: 0; | ||
position: relative; /* Ensures that the menu doesn’t affect other elements */ | position: relative; /* Ensures that the menu doesn’t affect other elements */ | ||
- | border-right: 1px solid # | + | border-right: 1px solid #333333; } |
.navbar li { | .navbar li { | ||
height: auto; | height: auto; | ||
Line 43: | Line 43: | ||
font: normal bold 12px/1.2em Arial, Verdana, Helvetica; padding: 0; | font: normal bold 12px/1.2em Arial, Verdana, Helvetica; padding: 0; | ||
margin: 0; | margin: 0; | ||
- | background-color: # | + | background-color: #333333; |
} | } | ||
.navbar a { padding: 18px 0; /* Adds a padding on the top and bottom so the text appears centered vertically */ | .navbar a { padding: 18px 0; /* Adds a padding on the top and bottom so the text appears centered vertically */ |
Revision as of 09:52, 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 |