Team:Hendrix Arkansas/css/navigation bar
From 2014.igem.org
(Difference between revisions)
(Created page with "- →styling for navigation bar: #navbar{ width:90%; border-radius:4px; }") |
|||
Line 2: | Line 2: | ||
#navbar{ | #navbar{ | ||
+ | width:90%; | ||
+ | border-radius:4px; | ||
+ | } | ||
+ | |||
+ | |||
+ | table{ | ||
width:90%; | width:90%; | ||
border-radius:4px; | border-radius:4px; | ||
} | } |
Revision as of 05:17, 22 August 2014
/*styling for navigation bar*/
- navbar{
width:90%; border-radius:4px;
}
table{
width:90%; border-radius:4px;
}