Team:Freiburg Software/Team/Photos

From 2010.igem.org

(Difference between revisions)
Line 13: Line 13:
/* for the image frames */
/* for the image frames */
-
#showcase {
 
-
position: relative;
 
-
width: 700px;
 
-
height: 170px;
 
-
}
 
-
#showcase li {
 
-
width: 170px;
 
-
height: 170px;
 
-
float: left;
 
-
list-style-type: none;
 
-
}
 
-
 
-
#showcase li img {
 
-
width: 100%;
 
-
height: 100%;
 
-
}
 
* {
* {
margin: 0;
margin: 0;

Revision as of 20:08, 25 October 2010

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7