(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | < | + | <style> |
+ | ulb { | ||
+ | list-style-type: none; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | overflow: hidden; | ||
+ | background-color: #333; | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | li { | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | li a { | ||
+ | display: block; | ||
+ | color: white; | ||
+ | text-align: center; | ||
+ | padding: 14px 16px; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | /* Change the link color to #111 (black) on hover */ | ||
+ | li a:hover { | ||
+ | background-color: #111; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <ulb> | ||
<li><a href="https://2017.igem.org/Team:Virginia" id="home">Main</a></li> | <li><a href="https://2017.igem.org/Team:Virginia" id="home">Main</a></li> | ||
<li><a href="https://2017.igem.org/Team:Virginia/Team">Team</a></li> | <li><a href="https://2017.igem.org/Team:Virginia/Team">Team</a></li> | ||
− | </ | + | </ulb> |
</html> | </html> |