Team:Lambert GA

From 2013hs.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<head>
<head>
-
<style>
+
<style type="text/css">
-
ul
+
#pics {
-
{
+
    width:   760px;
-
list-style-type:none;
+
    height: 400px;
-
margin:0;
+
    padding: 0;
-
padding:0;
+
    margin: 0;
-
padding-top:6px;
+
    z-index: -500;
-
padding-bottom:6px;
+
}
}
-
li
+
#pics img {
-
{
+
    padding: 21px;
-
display:inline;
+
    border:  3px solid blue;
 +
    border-radius: 15px;
 +
    background-color: #01A9DB;
 +
    width:  718px;
 +
    height: 368px;
 +
    top:  0;
 +
    left: 0;
}
}
-
a:link,a:visited
+
#links {
-
{
+
padding-top: 20px;
-
font-weight:bold;
+
padding-bottom: 20px;
-
color:#FFFFFF;
+
-
background-color:#660106;
+
-
text-align:center;
+
-
padding:6px;
+
-
text-decoration:none;
+
-
text-transform:uppercase;
+
}
}
-
a:hover,a:active
+
#links a {
-
{
+
padding: 16px;
-
background-color:#FF00FF;
+
}
 +
#countdown {
 +
font: bold 50px "Trebuchet MS";
 +
}
 +
table {
 +
color: darkblue;
}
}
-
 
</style>
</style>
</head>
</head>

Revision as of 18:55, 18 June 2013