Template:MIT-header
From 2011.igem.org
(Difference between revisions)
Line 53: | Line 53: | ||
<body> | <body> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | ul | ||
+ | { | ||
+ | float:left; | ||
+ | width:100%; | ||
+ | padding:0; | ||
+ | margin:0; | ||
+ | list-style-type:none; | ||
+ | } | ||
+ | a | ||
+ | { | ||
+ | float:left; | ||
+ | width:6em; | ||
+ | text-decoration:none; | ||
+ | color:white; | ||
+ | background-color:purple; | ||
+ | padding:0.2em 0.6em; | ||
+ | border-right:1px solid white; | ||
+ | } | ||
+ | a:hover {background-color:#ff3300;} | ||
+ | li {display:inline;} | ||
+ | </style> | ||
<ul> | <ul> | ||
<li><a href="#">Link one</a></li> | <li><a href="#">Link one</a></li> |
Revision as of 00:59, 25 October 2011