diff --git a/style.css b/style.css index 27e4f27..4466030 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ img{ height:300px; width:450px; margin:15px; - transition:all 1s; + transition:all 1.2s; } h1{ font-family:comic sans ms; @@ -24,4 +24,4 @@ body{ img:hover{ transform:scale(1.1); /*transform:skewX(10deg);*/ -} \ No newline at end of file +}