Team:McMaster-Ontario/css

From 2012.igem.org

(Difference between revisions)
Line 5: Line 5:
html,body {height:100%;margin:0;padding:0;}
html,body {height:100%;margin:0;padding:0;}
 +
.box_round table  {
 +
  background-color: transparent;
 +
}
-
body {
+
.block {
-
background-image: url(https://static.igem.org/mediawiki/2012/3/33/Antibody.jpg);
+
display: inline-block;
-
        background-repeat:repeat-y repeat-x;
+
width : 350px;
-
       
+
height : 200px;
 +
}
 +
 
 +
table {
 +
  background-color: transparent;
 +
}
 +
 
 +
table th {
 +
  padding-left: 5px;
 +
  padding-right: 5px;
 +
}
 +
 
 +
#content {
 +
  border: none;
 +
  background-color: transparent;
}
}

Revision as of 01:30, 15 February 2013