From dfbd2ec5a3bf65d18949a88366804c5bafbafb22 Mon Sep 17 00:00:00 2001 From: Adarsh Singh <32672736+Adarsh08@users.noreply.github.com> Date: Mon, 29 Oct 2018 22:29:33 +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 +}