#stanza:hover
{
-webkit-transition-property: all;
-webkit-transform: scale(2,2);
-webkit-transition-timing-function: ease-in-out;
-webkit-transition-duration: 2.5s;
-moz-transition-property: all;
-moz-transform: scale(2,2);
-moz-transition-timing-function: ease-in-out;
-moz-transition-duration: 2.5s;
}
I have looked at the code at w3schools, but I don't seem to be able to get the same effect myself.
I am not sure how much of my style sheet is needed, if more is needed please let me know.

New Topic/Question
Reply


MultiQuote




|