Template:CSS/style3

From 2014.igem.org

(Difference between revisions)
Line 89: Line 89:
width:100px;
width:100px;
height:100px;
height:100px;
-
border:thin solid red;
+
border-radius:100px;
-
 
+
border:thick solid green;
-
background-image:url("https://static.igem.org/mediawiki/2014/f/f0/Bigmascot_iitd.png");
+
   -webkit-transition: all .1s ease;
   -webkit-transition: all .1s ease;
     -moz-transition: all .1s ease;
     -moz-transition: all .1s ease;
Line 100: Line 99:
.mascot_iitd:hover{
.mascot_iitd:hover{
-
  height: 300px;
+
  height:200px;
-
  width:300px;
+
  width:200px;
  display:block;
  display:block;
  margin:auto auto;
  margin:auto auto;
-
background-image:url("https://static.igem.org/mediawiki/2014/f/f0/Bigmascot_iitd.png");
 
}
}

Revision as of 19:54, 14 October 2014