From 0e7ccfa40f95e20bdf4c7d0593bcfcba01f60b34 Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 30 May 2023 22:22:51 +0300 Subject: [PATCH] add transition effect for others --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index 0308c04..575fd73 100644 --- a/index.php +++ b/index.php @@ -89,8 +89,10 @@ text-decoration: none; font-family: ThasadithRegular, Sans-serif; font-weight: lighter; + transition: all .5s ease-in; -moz-transition: all .5s ease-in; -o-transition: all .5s ease-in; + -webkit-transition: all .5s ease-in; } main {