Template:CSS/team

From 2014.igem.org

(Difference between revisions)
Line 346: Line 346:
display: block;
display: block;
  margin:auto auto;
  margin:auto auto;
-
margin-right: auto;
+
     
-
margin-top: auto;
+
-
margin-bottom: auto;
+
-
   
+
border:solid thin grey;
border:solid thin grey;
-
   -webkit-transition: all 1s ease;
+
   -webkit-transition: all .5s ease;
-
     -moz-transition: all 1s ease;
+
     -moz-transition: all .5s ease;
-
       -o-transition: all 1s ease;
+
       -o-transition: all .5s ease;
-
       -ms-transition: all 1s ease;
+
       -ms-transition: all .5s ease;
-
           transition: all 1s ease;
+
           transition: all .5s ease;
}
}
   
   
.memberimage:hover {
.memberimage:hover {
-
  height: 150px;
+
height: 150px;
-
  width:150px;
+
width:150px;
-
display: block;
+
display: block;
-
    margin: auto;
+
margin: auto;
      
      
}
}

Revision as of 20:28, 12 October 2014