CSS/gifu/M&A

From 2014.igem.org

(Difference between revisions)
 
(28 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<head>
 
<style type="text/css">
<style type="text/css">
-
h3{
+
#h-one {text-align:center;
-
   color:black;
+
  font-size:x-large;
 +
   color:#000000;
 +
  text-decoration:none;
 +
}
 +
#center {
 +
  text-align:center;
}
}
 +
 +
.teampicture
 +
{
 +
float:left;
 +
width:200px;
 +
margin-left:55px;
 +
margin-right:55px;
 +
margin-top:20px;
 +
margin-bottom:20px;
 +
text-align:left;
 +
 +
}
 +
 +
.teampicture >img
 +
{
 +
width: 200px;
 +
height:150px;
 +
    vertical-align: top;
 +
    clear:both;
 +
    margin: 5px;
 +
    border-radius: 10px
 +
}
 +
 +
.teampicture >b
 +
{ width: 200px;
 +
 +
    clear:both;
 +
    text-align: left;
 +
font-size:20px;
 +
font-family:;
 +
 +
}
 +
.teampicture >p
 +
{ width: 200px;
 +
height:150px;
 +
    float: left;
 +
    text-align: left;
 +
font-size:18px;
 +
font-family:;
 +
}
 +
 +
.byu {
 +
height:10px;
 +
}
 +
 +
.teampicture2
 +
{
 +
float:left;
 +
width:200px;
 +
margin-left:50px;
 +
margin-right:50px;
 +
margin-top:20px;
 +
margin-bottom:20px;
 +
text-align:left;
 +
 +
}
 +
 +
.teampicture2 >img
 +
{
 +
width: 150px;
 +
height:200px;
 +
    vertical-align: top;
 +
    clear:both;
 +
    margin: 5px;
 +
    border-radius: 10px
 +
}
 +
 +
.teampicture2 >b
 +
{ width: 200px;
 +
 +
    clear:both;
 +
    text-align: left;
 +
font-size:20px;
 +
font-family:;
 +
 +
}
 +
.teampicture2 >p
 +
{ width: 200px;
 +
height:150px;
 +
    float: left;
 +
    text-align: left;
 +
font-size:18px;
 +
font-family:;
 +
}
 +
 +
.teampicture3
 +
{
 +
float:left;
 +
width:200px;
 +
margin-left:50px;
 +
margin-right:50px;
 +
margin-top:20px;
 +
margin-bottom:20px;
 +
text-align:left;
 +
 +
}
 +
 +
.teampicture3 >img
 +
{
 +
width:400px;
 +
height:300px;
 +
    vertical-align: top;
 +
    clear:both;
 +
    margin: 5px;
 +
    border-radius: 10px
 +
}
 +
 +
.teampicture4
 +
{
 +
float:left;
 +
width:200px;
 +
margin-left:50px;
 +
margin-right:50px;
 +
margin-top:20px;
 +
margin-bottom:20px;
 +
text-align:left;
 +
 +
}
 +
 +
.teampicture4 >img
 +
{
 +
width:425px;
 +
height:152px;
 +
    vertical-align: top;
 +
    clear:both;
 +
    margin: 5px;
 +
    border-radius: 10px
 +
}
 +
</style>
</style>
-
</head>
+
 
-
<html>
+
</html>

Latest revision as of 13:40, 17 October 2014