From c1bb8c61b002c7c47e91195220ff38a44ca87d58 Mon Sep 17 00:00:00 2001 From: rupesh123456 <32673120+rupesh123456@users.noreply.github.com> Date: Tue, 16 Oct 2018 11:25:05 +0530 Subject: [PATCH] Changed transition time --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}