Team:Freiburg/css/styles.css

From 2014.igem.org

(Difference between revisions)
Line 81: Line 81:
}
}
-
#container
+
.image {  
-
{
+
  position: relative;  
-
    height:400px;
+
  width: 100%; /* for IE 6 */
-
    width:400px;
+
-
    position:relative;
+
}
}
-
#smallbox1 {
+
.imagetext{  
-
position: absolute;
+
  position: absolute;  
-
left: 50px;
+
  top: 200px;  
-
top: 250px;
+
  left: 0;  
-
}
+
  width: 100%;  
-
 
+
-
#box1text {
+
-
z-index: 2;
+
-
position: relative;
+
-
left: 10px;
+
-
bottom: 15px;
+
-
margin-bottom: none;
+
}
}

Revision as of 19:34, 4 September 2014