Template:Team:TMU-Tokyo/Home.css

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<style>
<style>
-
   #container_2{
+
   #grid_2 table {
 +
    width: 960px;
 +
    height: 150px;
 +
    border: 1px #000000 solid;
 +
    background-color: #ffffff;
 +
}
 +
 +
  #grid_2 caption {
 +
  text-align: center;
 +
}
-
    table  :;
+
  #container_2 td {
-
    border : 2 ;
+
  border: 1px #000000 solid;  
-
    width : 960 ;
+
  background-color: #f0ffff;
-
    height : 150 ;  
+
  padding: 0 30px;
-
    bgcolor : #f0ffff ;
+
  text-align: center;
-
   
+
  vertical-align: middle;
-
   
+
-
     
+
-
 
+
-
   
+
  }
  }
 +
 +
    
    
   .table tr td : table{
   .table tr td : table{

Revision as of 10:19, 10 September 2013