From 81b8737e77025d59c40d5fb6ab001b856e69753e Mon Sep 17 00:00:00 2001 From: Md Rafeeq <97541181+md-rafiq-03@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:10:29 +0530 Subject: [PATCH] Update style.css --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 3ca10d4..cbabe0b 100644 --- a/style.css +++ b/style.css @@ -202,6 +202,7 @@ p { outline: none; cursor: pointer; z-index: 1; + transition: all 400ms ease; } #btnScrollToTop:hover { @@ -1270,4 +1271,4 @@ body.active { border-radius: 1.6em; margin-top: 20px; display: inline-block; -} \ No newline at end of file +}