Team:Hong Kong HKUST/blank4

From 2013.igem.org

(Difference between revisions)
(Created page with "<html> <head> <style type="text/css"> #globalWrapper { background-color:#fff7e8; height:560px; } #content { background-color:#fff7e8; border-color:#fff7e8; } #menubar { b...")
Line 1: Line 1:
<html>
<html>
<head>
<head>
 +
 +
<style>
 +
.menu ol
 +
{
 +
list-style-type:none;
 +
margin:0;
 +
padding:0;
 +
}
 +
.menu li
 +
{
 +
float:left;
 +
}
 +
.menu a:link,.menu a:visited
 +
{
 +
display:block;
 +
width:120px;
 +
font-weight:bold;
 +
color:#FFFFFF;
 +
background-color:#98bf21;
 +
text-align:center;
 +
padding:4px;
 +
text-decoration:none;
 +
text-transform:uppercase;
 +
}
 +
.menu a:hover,.menu a:active
 +
{
 +
background-color:#7A991A;
 +
}
 +
 +
 +
 +
 +
</style>
 +
 +
 +
 +
 +
 +
<body>
 +

Revision as of 07:16, 15 July 2013